From 24e73ab3bc24c95cbf2766087704e56d77f68198 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 4 Apr 1999 20:24:36 +0000 Subject: [PATCH] Help fix Linux build problems for bienvenu. Link with correct name for the msgdb library. --- mailnews/db/msgdb/build/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mailnews/db/msgdb/build/Makefile.in b/mailnews/db/msgdb/build/Makefile.in index d04b1acf2a70..9e027078d99f 100644 --- a/mailnews/db/msgdb/build/Makefile.in +++ b/mailnews/db/msgdb/build/Makefile.in @@ -34,9 +34,8 @@ EXPORTS= \ nsMsgDBCID.h \ $(NULL) - SHARED_LIBRARY_LIBS = \ - $(DIST)/lib/libmsgdb_s.a \ + $(DIST)/lib/libmailnewsmsgdb_s.a \ $(NULL) EXTRA_DSO_LDOPTS = \ @@ -51,7 +50,6 @@ EXTRA_DSO_LDOPTS = \ -lxp \ -lrdfutil_s \ -lmsgbaseutil \ - -lmailnewsmsgdb \ $(NULL) include $(topsrcdir)/config/rules.mk