Bug 627474 - Part 1: Link places against libmozjs in non-libxul builds; r=sdwilsh

--HG--
extra : rebase_source : 18dcec14d749b01e09164255dc0c215106880f22
This commit is contained in:
Ehsan Akhgari 2011-01-20 14:07:01 -05:00
Родитель a260e699c3
Коммит aa6e9c5442
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -82,6 +82,12 @@ EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
ifndef MOZ_ENABLE_LIBXUL
EXTRA_DSO_LDOPTS += \
$(MOZ_JS_LIBS) \
$(NULL)
endif
LOCAL_INCLUDES += -I$(srcdir)/../../build
# This is the default value. Must be in sync with the one defined in SQLite.