From ab5bd7abf187299cbe57099cae75fb58159a20c7 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Mon, 27 Mar 2006 20:48:41 +0000 Subject: [PATCH] xpcomobsolete component needs to link with mozreg also, build bustage from bug 214889 --- xpcom/obsolete/component/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xpcom/obsolete/component/Makefile.in b/xpcom/obsolete/component/Makefile.in index 781613ce39ea..b7e06b455668 100644 --- a/xpcom/obsolete/component/Makefile.in +++ b/xpcom/obsolete/component/Makefile.in @@ -74,7 +74,10 @@ LOCAL_INCLUDES = \ -I$(srcdir)/../ \ $(NULL) +EXTRA_DSO_LIBS += mozreg_s + EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \ + $(EXTRA_DSO_LIBS) \ $(MOZ_XPCOM_OBSOLETE_LIBS) \ $(NULL)