changes for ducarroz's checkin

This commit is contained in:
sspitzer%netscape.com 1999-06-11 00:25:31 +00:00
parent 99d80efa24
commit 7c4741fca1
2 changed files with 9 additions and 13 deletions

View File

@ -23,25 +23,23 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=msgcompose
# nsIMsgCompose.idl nsIMsgSend.idl soon
XPIDLSRCS = \
nsIMsgComposeService.idl \
nsIMsgCompose.idl \
nsIMsgCompFields.idl \
nsIMsgSendLater.idl \
$(NULL)
EXPORTS = \
nsIMsgCompose.h \
nsMsgComposeFact.h \
nsIMsgCompFields.h \
nsMsgCompFieldsFact.h \
nsIMsgSend.h \
nsMsgSendFact.h \
nsMsgSendLaterFact.h \
nsISmtpUrl.h \
nsIMsgSend.h \
nsIMsgSendLater.h \
nsISmtpService.h \
MsgCompGlue.h \
nsIDOMComposeAppCore.h \
nsIComposer.h \
nsMsgComposeBE.h \
$(NULL)

View File

@ -28,8 +28,6 @@ EXPORTS = \
nsSmtpUrl.h \
nsSmtpProtocol.h \
nsSmtpService.h \
nsComposeAppCore.h \
nsComposer.h \
nsMsgCompPrefs.h \
nsMsgZapIt.h \
nsMsgCreate.h \
@ -39,6 +37,9 @@ EXPORTS = \
nsMsgComposeStringBundle.h \
nsMsgEncoders.h \
nsMsgCompUtils.h \
nsMsgComposeService.h \
nsMsgCompose.h \
nsMsgCompFields.h \
nsMsgI18N.h \
nsMsgAttachmentHandler.h \
nsMsgPrompts.h \
@ -53,12 +54,7 @@ CPPSRCS = \
nsMsgSend.cpp \
nsMsgSendPart.cpp \
nsSmtpService.cpp \
nsJSComposeAppCore.cpp \
nsComposeAppCore.cpp \
nsComposer.cpp \
nsComposerNameSet.cpp \
nsMsgCompPrefs.cpp \
nsIComposer.cpp \
nsMsgZapIt.cpp \
nsMsgCreate.cpp \
nsMsgCopy.cpp \
@ -70,6 +66,8 @@ CPPSRCS = \
nsMsgI18N.cpp \
nsMsgAttachmentHandler.cpp \
nsMsgPrompts.cpp \
nsMsgComposeService.cpp \
nsMsgCompose.cpp \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.