mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Build nsNntpService.
This commit is contained in:
parent
e2a8aba4fb
commit
a9e60fdad6
@ -24,7 +24,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE=nntp
|
||||
LIBRARY_NAME=nntp
|
||||
# NO_SHARED_LIB=1
|
||||
|
||||
EXPORTS = \
|
||||
nsNNTPProtocol.h \
|
||||
@ -32,8 +31,9 @@ EXPORTS = \
|
||||
nsNNTPArticleSet.h \
|
||||
nsNNTPNewsgroupList.h \
|
||||
nsNNTPNewsgroup.h \
|
||||
nsNNTPNewsgroupPost.h \
|
||||
nsNNTPNewsgroupPost.h \
|
||||
nntpCore.h \
|
||||
nsNntpService.h \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
@ -44,6 +44,7 @@ CPPSRCS = \
|
||||
nsNNTPProtocol.cpp \
|
||||
nsNntpUrl.cpp \
|
||||
nsNNTPHost.cpp \
|
||||
nsNntpService.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user