Help fix Linux build problems for bienvenu. Link with correct name for the msgdb library.

This commit is contained in:
mscott%netscape.com 1999-04-04 20:24:36 +00:00
parent c08d12b155
commit 24e73ab3bc

View File

@ -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