make news a regular shared library to link against

git-svn-id: svn://10.0.0.236/trunk@24514 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-03-20 00:41:02 +00:00
parent 6162c21295
commit dff4275aef

View File

@@ -23,8 +23,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=nntp
LIBRARY_NAME=nntp_s
NO_SHARED_LIB=1
LIBRARY_NAME=nntp
# NO_SHARED_LIB=1
EXPORTS = \
nsNNTPProtocol.h \
@@ -51,6 +51,7 @@ EXTRA_DSO_LDOPTS = \
-lxp \
-lxpcom \
-lraptorbase \
-lmsgbaseutil \
$(NSPR_LIBS) \
$(NULL)