diff --git a/mailnews/import/build/Makefile.in b/mailnews/import/build/Makefile.in index ec897fb8a8c2..c6ccd8e8c478 100644 --- a/mailnews/import/build/Makefile.in +++ b/mailnews/import/build/Makefile.in @@ -119,4 +119,8 @@ EXTRA_DSO_LDOPTS += \ $(MOZ_XPCOM_OBSOLETE_LIBS) \ $(NULL) +ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +EXTRA_DSO_LDOPTS += $(TK_LIBS) +endif + include $(topsrcdir)/config/rules.mk