Even the mini-libxul needs to link against libmozjs to pick up JS_GC, bustage from bug 311735

git-svn-id: svn://10.0.0.236/trunk@185206 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-11-23 15:53:03 +00:00
parent d0d7ba746c
commit 56740fe462

View File

@@ -94,7 +94,10 @@ EXTRA_DSO_LDOPTS += $(EXTRA_DSO_LIBS)
ifdef MOZ_ENABLE_LIBXUL
include $(srcdir)/libxul-rules.mk
else
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)
endif
DEFINES += -DIMPL_XREAPI