bustage fix part #2

This commit is contained in:
cbiesinger%web.de 2006-03-29 08:49:25 +00:00
parent 853ee0bd73
commit 7a8e12e764

View File

@ -107,6 +107,10 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif
else
# we don't want the shared lib, but we want to force the creation of a static lib.