From 6bd76173168d0e4d473c0c3ee4462ded59ea9aae Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 20 Jul 2005 14:30:37 +0000 Subject: [PATCH] First attempted build bustage fix for bug 126453 --- mailnews/news/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mailnews/news/src/Makefile.in b/mailnews/news/src/Makefile.in index 58eba90b790f..d6b6f7d9ee78 100644 --- a/mailnews/news/src/Makefile.in +++ b/mailnews/news/src/Makefile.in @@ -105,6 +105,7 @@ EXPORTS = \ EXTRA_DSO_LDOPTS = \ $(MOZ_COMPONENT_LIBS) \ + $(MOZ_UNICHARUTIL_LIBS) \ $(NULL) # we don't want the shared lib, but we want to force the creation of a static lib.