Does not effect mozilla builds. Thunderbird only.

Fix a problem on unix builds with undefined symbols from msgbaseutil_s.

Thanks to dmose@mozilla.org and Jonathan Wilson for the patch
This commit is contained in:
scott%scott-macgregor.org 2003-05-15 01:01:23 +00:00
Родитель 8a983b8077
Коммит b49cae0653
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -71,9 +71,10 @@ SHARED_LIBRARY_LIBS = \
$(DIST)/lib/$(LIB_PREFIX)import_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)imptext_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)imp4mail_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) \
$(NULL)
EXTRA_DSO_LIBS += msgbsutl_s
ifeq ($(OS_ARCH),WINNT)
SHARED_LIBRARY_LIBS += $(DIST)/lib/$(LIB_PREFIX)impEudra_s.$(LIB_SUFFIX)