mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
28 lines
694 B
Plaintext
28 lines
694 B
Plaintext
#
|
|
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
|
# NETSCAPE COMMUNICATIONS CORPORATION
|
|
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
|
|
# Reserved. Use of this Source Code is subject to the terms of the
|
|
# applicable license agreement from Netscape Communications Corporation.
|
|
# The copyright notice(s) in this Source Code does not indicate actual or
|
|
# intended publication of this Source Code.
|
|
#
|
|
GDEPTH = ../../..
|
|
|
|
EXPORTS = \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
nsSMTPService.h \
|
|
nsMIMEService.h \
|
|
nsMessage.h \
|
|
nsMIMEMessage.h \
|
|
nsSMTPServerCallback.h \
|
|
nsMIMEBodyPart.h \
|
|
nsMIMEBasicBodyPart.h \
|
|
$(NULL)
|
|
|
|
MODULE = xpfc
|
|
|
|
REQUIRES = raptor
|