From 7ee9a6042831ddc22ac16747eb0e6edfc4e481a1 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Thu, 6 Apr 2006 18:53:30 +0000 Subject: [PATCH] Revert part of the change from bug 78081 - msgbaseutil is a dynamic lib in dynamic builds and should be in EXTRA_DSO_LIBS. --- mailnews/import/comm4x/src/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mailnews/import/comm4x/src/Makefile.in b/mailnews/import/comm4x/src/Makefile.in index a20f8103215..d8c96cf6ccc 100644 --- a/mailnews/import/comm4x/src/Makefile.in +++ b/mailnews/import/comm4x/src/Makefile.in @@ -93,13 +93,14 @@ ifndef MOZ_STATIC_MAIL_BUILD CPPSRCS += nsComm4xMailFactory.cpp ifeq ($(USE_SHORT_LIBNAME),1) -BASEUTIL = msgbsutl +EXTRA_DSO_LIBS = msgbsutl else -BASEUTIL = msgbaseutil +EXTRA_DSO_LIBS = msgbaseutil endif EXTRA_DSO_LDOPTS = \ - $(DEPTH)/mailnews/base/util/$(LIB_PREFIX)$(BASEUTIL).$(LIB_SUFFIX) \ + $(LIBS_DIR) \ + $(EXTRA_DSO_LIBS) \ $(DEPTH)/modules/libreg/src/$(LIB_PREFIX)mozreg_s.$(LIB_SUFFIX) \ $(MOZ_COMPONENT_LIBS) \ $(MOZ_XPCOM_OBSOLETE_LIBS) \