Followup to
bug 846524 to fix --enable-extensions on comm-central, rs=Callek.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = msgcompose
EXPORTS = \
nsMsgCompCID.h \
nsMsgAttachmentData.h \
$(NULL)
XPIDLSRCS = \
nsIMsgAttachment.idl \
nsIMsgComposeProgressParams.idl \
nsIMsgComposeParams.idl \
nsIMsgComposeService.idl \
nsIMsgCompose.idl \
nsIMsgCompFields.idl \
nsIMsgQuote.idl \
nsIMsgQuotingOutputStreamListener.idl \
nsIMsgSendListener.idl \
nsIMsgSendLaterListener.idl \
nsIMsgSend.idl \
nsIMsgSendLater.idl \
nsIMsgSendReport.idl \
nsISmtpServer.idl \
nsISmtpUrl.idl \
nsISmtpService.idl \
nsIURLFetcher.idl \
nsIMsgComposeSecure.idl \
nsIMsgCompUtils.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk
XPIDL_FLAGS += \
-I$(topsrcdir)/mailnews/base/public \
-I$(topsrcdir)/mailnews/mime/public \
$(NULL)