From dfa6f20d42669180328624057c783872b3798312 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Sun, 2 Apr 2000 23:34:34 +0000 Subject: [PATCH] Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls --- xpfe/components/console/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xpfe/components/console/Makefile.in b/xpfe/components/console/Makefile.in index 8f19ca67c089..7d860eb8fd41 100644 --- a/xpfe/components/console/Makefile.in +++ b/xpfe/components/console/Makefile.in @@ -49,6 +49,10 @@ XPIDLSRCS = \ nsIScriptError.idl \ $(NULL) +EXTRA_DSO_LDOPTS = \ + $(MOZ_COMPONENT_LIBS) \ + $(NULL) + include $(topsrcdir)/config/rules.mk # install::