fixing unresolved symbols at link time

# 28114
r=cls@seawood.org
a=chofmann@netscape.com
This commit is contained in:
jdunn%netscape.com 2000-02-17 04:53:08 +00:00
parent ccb6203c5f
commit 247a0084da
3 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,7 @@ EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lmozjs \
$(NSPR_LIBS) \
$(NULL)

View File

@ -25,6 +25,10 @@ EXPORTS = \
nsTimeBomb.h \
$(NULL)
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -17,5 +17,9 @@ LIBS = \
$(NSPR_LIBS) \
$(NULL)
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk