include NSPR libs from the right directory

git-svn-id: svn://10.0.0.236/trunk@28467 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 1999-04-21 18:45:41 +00:00
parent 66a5c2671b
commit 028e04df26
2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,8 @@ CPPSRCS = \
$(NULL)
EXTRA_DSO_LDOPTS =\
-L$(DIST)/bin \
-L$(DIST)/lib \
$(NSPR_LIBS) \
$(NULL)

View File

@ -81,6 +81,8 @@ CPPSRCS = \
$(NULL)
EXTRA_DSO_LDOPTS =\
-L$(DIST)/bin \
-L$(DIST)/lib \
$(NSPR_LIBS) \
$(NULL)