now link libnntp directly into base, so we can do dogfood

This commit is contained in:
alecf%netscape.com 1999-03-12 20:05:16 +00:00
parent a668ff3e27
commit b55e70fd90
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,7 @@ EXPORTS = \
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmailnewsbase_s.a \
$(DIST)/lib/libnntp_s.a \
$(NULL)
EXTRA_DSO_LDOPTS = \

View File

@ -23,7 +23,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=nntp
LIBRARY_NAME=nntp
LIBRARY_NAME=nntp_s
NO_SHARED_LIB=1
EXPORTS = \
nsNNTPProtocol.h \