Does not effect Seamonkey builds.

Try to get thunderbird going on the Mac. Include TK_LIBS.

Thanks to macrxnapa for the patch.
This commit is contained in:
scott%scott-macgregor.org 2003-05-19 00:24:34 +00:00
Родитель 9bc807e3be
Коммит 32dab816b3
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -122,6 +122,10 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif
LOCAL_INCLUDES = -I$(srcdir) \
-I$(srcdir)/../base/src \
-I$(srcdir)/../local/src \