Commit 57ecc8aa authored by alecf%netscape.com's avatar alecf%netscape.com
Browse files

fully resolve all symbols and make the base mailnews library a component

parent f4568a3e
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk

MODULE=mailnews
LIBRARY_NAME=mailnews

IS_COMPONENT=1
CPPSRCS= \
		nsMsgFactory.cpp \
		$(NULL)
@@ -38,7 +38,21 @@ SHARED_LIBRARY_LIBS = \
		$(NULL)

EXTRA_DSO_LDOPTS = \
		$(MKSHLIB_FORCE_ALL)	\
		$(SHARED_LIBRARY_LIBS)	\
		$(MKSHLIB_UNFORCE_ALL)	\
		-lmailnewsmsgdb			\
		-ljs					\
		-lxp					\
		-lraptorbase			\
		-lrdfutil_s				\
		-lxpcom					\
		-lreg					\
		-lnspr21				\
		-lplc21					\
		-lplds21				\
		-L$(DIST)/bin			\
		-L$(DIST)/lib			\
		$(NULL)

$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile