зеркало из https://github.com/mozilla/pjs.git
Build nsNntpService.
This commit is contained in:
Родитель
1ae14ebecb
Коммит
fe4785355b
|
@ -24,7 +24,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
MODULE=nntp
|
MODULE=nntp
|
||||||
LIBRARY_NAME=nntp
|
LIBRARY_NAME=nntp
|
||||||
# NO_SHARED_LIB=1
|
|
||||||
|
|
||||||
EXPORTS = \
|
EXPORTS = \
|
||||||
nsNNTPProtocol.h \
|
nsNNTPProtocol.h \
|
||||||
|
@ -32,8 +31,9 @@ EXPORTS = \
|
||||||
nsNNTPArticleSet.h \
|
nsNNTPArticleSet.h \
|
||||||
nsNNTPNewsgroupList.h \
|
nsNNTPNewsgroupList.h \
|
||||||
nsNNTPNewsgroup.h \
|
nsNNTPNewsgroup.h \
|
||||||
nsNNTPNewsgroupPost.h \
|
nsNNTPNewsgroupPost.h \
|
||||||
nntpCore.h \
|
nntpCore.h \
|
||||||
|
nsNntpService.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
CPPSRCS = \
|
CPPSRCS = \
|
||||||
|
@ -44,6 +44,7 @@ CPPSRCS = \
|
||||||
nsNNTPProtocol.cpp \
|
nsNNTPProtocol.cpp \
|
||||||
nsNntpUrl.cpp \
|
nsNntpUrl.cpp \
|
||||||
nsNNTPHost.cpp \
|
nsNNTPHost.cpp \
|
||||||
|
nsNntpService.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DSO_LDOPTS = \
|
EXTRA_DSO_LDOPTS = \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче