mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
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:
parent
af9b3b6f5b
commit
c2a0c775ed
@ -36,7 +36,7 @@ EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
$(DIST)/lib/libnntp.a \
|
||||
$(DIST)/lib/libnntp_s.a \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(OS_ARCH),HP-UX)
|
||||
|
@ -23,7 +23,7 @@ srcdir = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE=news
|
||||
LIBRARY_NAME=nntp
|
||||
LIBRARY_NAME=nntp_s
|
||||
|
||||
EXPORTS = \
|
||||
nsNNTPProtocol.h \
|
||||
|
Loading…
Reference in New Issue
Block a user