Need to link against MOZ_JS_LIBS. r=vidur

This commit is contained in:
colin%theblakes.com 2000-07-06 21:23:46 +00:00
Родитель 146bdc6024
Коммит a9446272fa
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -43,6 +43,7 @@ LOCAL_INCLUDES = \
EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(ZLIB_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk