Need to link against MOZ_JS_LIBS. r=cls

This commit is contained in:
colin%theblakes.com 2000-07-06 20:13:57 +00:00
parent 48f9742dca
commit 18c0b2c620
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ endif
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
-lgkgfx \
$(MOZ_JS_LIBS) \
$(NULL)
DEFINES += -D_IMPL_NS_GFXNONXP

View File

@ -59,6 +59,7 @@ SHARED_LIBRARY_LIBS = $(DIST)/lib/libxpwidgets_s.a
EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
-lgkgfx \
$(MOZ_JS_LIBS) \
$(NULL)
ifndef MOZ_MONOLITHIC_TOOLKIT