update library dependancies

git-svn-id: svn://10.0.0.236/trunk@24942 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-03-24 01:53:02 +00:00
parent c3021831e9
commit 116dc774fd
2 changed files with 18 additions and 0 deletions

View File

@@ -42,6 +42,15 @@ CSRCS = \
oldxp.c \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(NSPR_LIBS) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxp \
-lraptorbase \
-lxpcom \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

View File

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