From 698d247dadf782d83ad5f1b9719f36b90e66c35e Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 24 Mar 1999 01:21:52 +0000 Subject: [PATCH] update to link against appropriate libraries git-svn-id: svn://10.0.0.236/trunk@24938 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/news/tests/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mozilla/mailnews/news/tests/Makefile.in b/mozilla/mailnews/news/tests/Makefile.in index 7c33e6500d4..4bd515fe01b 100644 --- a/mozilla/mailnews/news/tests/Makefile.in +++ b/mozilla/mailnews/news/tests/Makefile.in @@ -37,6 +37,13 @@ CPPSRCS = \ nsNNTPCategoryContainerStub.cpp \ $(NULL) +EXTRA_DSO_LDOPTS = \ + $(NSPR_LIBS) \ + -L$(DIST)/bin \ + -L$(DIST)/lib \ + -lmsgbaseutil \ + $(NULL) + include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk