Add linker directives to make sure that all the libs we need get loaded.

This commit is contained in:
waterson%netscape.com 1999-04-26 23:29:10 +00:00
parent f2b911518b
commit a150cb7a72

View File

@ -28,7 +28,7 @@ include $(topsrcdir)/config/config.mk
LIBRARY_NAME=xpconnect
MODULE=xpconnect
# IS_COMPONENT = 1
IS_COMPONENT = 1
DEFINES += -DJSFILE -DJS_THREADSAFE
@ -49,5 +49,19 @@ CPPSRCS= \
xpcwrappednativeclass.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-l$(MOZ_LIB_JS_PREFIX)js \
-lxpcom \
-lxpt \
-lxptinfo \
-lxptcall \
-lxptcmd \
-lraptorbase \
-lreg \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk