changes for the post to newsgroup work

This commit is contained in:
sspitzer%netscape.com 1999-04-15 20:26:56 +00:00
parent 9579679c42
commit 7f8c11fd68
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ IGNORE_MANIFEST=1
IDLSRCS = \
nsIMsgCompose.idl \
nsIMsgPost.idl \
$(NULL)
EXPORTS = \
@ -29,6 +30,8 @@ EXPORTS = \
nsMsgCompFieldsFact.h \
nsIMsgSend.h \
nsMsgSendFact.h \
nsIMsgPost.h \
nsIMsgPostFact.h \
nsISmtpUrl.h \
nsISmtpService.h \
MsgCompGlue.h \

View File

@ -32,6 +32,7 @@ CPPSRCS= nsMsgCompFields.cpp \
nsSmtpProtocol.cpp \
MsgCompGlue.cpp \
nsMsgSend.cpp \
nsMsgPost.cpp \
nsMsgSendPart.cpp \
nsSmtpService.cpp \
nsJSComposeAppCore.cpp \