From cacfecfa8e9fdfd2b1e62551ed85ffd365956346 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Sun, 4 Jul 2004 07:45:15 +0000 Subject: [PATCH] Fix non thunderbird build bustage git-svn-id: svn://10.0.0.236/trunk@158732 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/import/oexpress/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/import/oexpress/Makefile.in b/mozilla/mailnews/import/oexpress/Makefile.in index b1b8598dded..a7413320699 100644 --- a/mozilla/mailnews/import/oexpress/Makefile.in +++ b/mozilla/mailnews/import/oexpress/Makefile.in @@ -100,6 +100,7 @@ endif EXTRA_DSO_LDOPTS = \ $(EXTRA_DSO_LIBS) \ $(MOZ_COMPONENT_LIBS) \ + $(MOZ_UNICHARUTIL_LIBS) \ $(MOZ_XPCOM_OBSOLETE_LIBS) \ $(NULL)