libnntp.a should be libnntp_s.a to indicate that is is always going to

be a static library.  (follow convention)
This commit is contained in:
sspitzer%netscape.com 1999-06-04 03:27:00 +00:00
parent af9b3b6f5b
commit c2a0c775ed
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ EXPORTS = \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libnntp.a \
$(DIST)/lib/libnntp_s.a \
$(NULL)
ifeq ($(OS_ARCH),HP-UX)

View File

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