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