link against our libraries to resolve as many differences as possible

This commit is contained in:
alecf%netscape.com 1999-03-11 01:28:48 +00:00
parent a02ab2cd0c
commit 1379cca198

View File

@ -45,6 +45,14 @@ CPPSRCS = \
nsNNTPHost.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-lxp \
-lxpcom \
-lraptorbase \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk