build tweakage for the incoming nntp server changes

git-svn-id: svn://10.0.0.236/trunk@28408 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-04-21 02:56:38 +00:00
parent 59b4873d5c
commit 369e5e1066
6 changed files with 9 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ nsINNTPArticleList.h
nsINntpUrl.h
nsINNTPNewsgroupPost.h
nsINntpService.h
nsINntpIncomingServer.h

View File

@@ -33,6 +33,7 @@ EXPORTS= \
nsINntpUrl.h \
nsINNTPNewsgroupPost.h \
nsINntpService.h \
nsINntpIncomingServer.h \
$(NULL)
include $(topsrcdir)/config/config.mk

View File

@@ -29,6 +29,7 @@ EXPORTS = \
nsINntpUrl.h \
nsINNTPNewsgroupPost.h \
nsINntpService.h \
nsINntpIncomingServer.h \
$(NULL)
MODULE=mailnews

View File

@@ -24,3 +24,4 @@ nsNNTPNewsgroup.h
nntpCore.h
nsNNTPNewsgroupPost.h
nsNewsFolder.h
nsNntpIncomingServer.h

View File

@@ -35,6 +35,7 @@ EXPORTS = \
nntpCore.h \
nsNntpService.h \
nsNewsFolder.h \
nsNntpIncomingServer.h \
$(NULL)
CPPSRCS = \
@@ -47,6 +48,7 @@ CPPSRCS = \
nsNNTPHost.cpp \
nsNntpService.cpp \
nsNewsFolder.cpp \
nsNntpIncomingServer.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \

View File

@@ -34,6 +34,7 @@ CPPSRCS= nsNNTPProtocol.cpp \
nsNNTPHost.cpp \
nsNntpService.cpp \
nsNewsFolder.cpp \
nsNntpIncomingServer.cpp \
$(NULL)
CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \
@@ -45,6 +46,7 @@ CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \
.\$(OBJDIR)\nsNNTPHost.obj \
.\$(OBJDIR)\nsNntpService.obj \
.\$(OBJDIR)\nsNewsFolder.obj \
.\$(OBJDIR)\nsNntpIncomingServer.obj \
$(NULL)
@@ -57,6 +59,7 @@ EXPORTS= nsNNTPProtocol.h \
nsNNTPNewsgroupPost.h \
nsNntpService.h \
nsNewsFolder.h \
nsNntpIncomingServer.h \
$(NULL)
LINCS= \