Whoops! The glue library is supposed to be static.

Bug #83544
This commit is contained in:
seawood%netscape.com 2001-11-06 10:50:37 +00:00
Родитель afeb351c68
Коммит 19c04f4733
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -49,5 +49,8 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
# glue lib should be static
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk

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

@ -68,6 +68,8 @@ OBJS= \
#//
#//------------------------------------------------------------------------
#
#// Force glue library to be static
MOZ_STATIC_COMPONENT_LIBS=1
#//------------------------------------------------------------------------
#//