mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
changes for ducarroz's checkin
This commit is contained in:
parent
99d80efa24
commit
7c4741fca1
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user