Use MOZ_COMPONENT_LIBS and pass via EXTRA_DSO_LDOPTS instead

of EXTRA_LIBS. r=cls b=75876.
This commit is contained in:
colin%theblakes.com 2001-04-13 23:21:54 +00:00
parent 981e8139c0
commit 5fb258f72f

View File

@ -53,10 +53,7 @@ CPPSRCS = \
include $(topsrcdir)/config/config.mk
EXTRA_LIBS += \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
EXTRA_DSO_LDOPTS = $(MOZ_COMPONENT_LIBS)
#EXTRA_LIBS = $(NSPR_LIBS)