From f16bca42724ddc3f1586d41ca68cbdafdd3d39c2 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Thu, 6 Apr 2006 20:05:48 +0000 Subject: [PATCH] Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento --- mailnews/mapi/mapihook/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/mapi/mapihook/src/Makefile.in b/mailnews/mapi/mapihook/src/Makefile.in index 095d611d4e4..e6f1203eacf 100644 --- a/mailnews/mapi/mapihook/src/Makefile.in +++ b/mailnews/mapi/mapihook/src/Makefile.in @@ -99,7 +99,7 @@ EXTRA_DSO_LIBS = msgbaseutil endif else -SHARED_LIBRARY_LIBS = $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) +SHARED_LIBRARY_LIBS = ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) endif EXTRA_DSO_LDOPTS= \