]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Mailer/GNUmakefile
consolidated imap client objects to NGImap4
[scalable-opengroupware.org] / SOGo / SoObjects / Mailer / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = Mailer
6
7 Mailer_PRINCIPAL_CLASS = SOGoMailerProduct
8
9 Mailer_OBJC_FILES += \
10         Product.m                       \
11         \
12         SOGoMailManager.m               \
13         \
14         SOGoMailBaseObject.m            \
15         SOGoMailAccounts.m              \
16         SOGoMailAccount.m               \
17         SOGoMailFolder.m                \
18         SOGoMailObject.m                \
19         SOGoMailFolderDataSource.m      \
20         SOGoTrashFolder.m               \
21         \
22         SOGoMailBodyPart.m              \
23         SOGoImageMailBodyPart.m         \
24         SOGoMessageMailBodyPart.m       \
25         \
26         SOGoDraftsFolder.m              \
27         SOGoDraftObject.m               \
28
29 Mailer_RESOURCE_FILES += \
30         Version         \
31         product.plist   \
32
33 -include GNUmakefile.preamble
34 include $(GNUSTEP_MAKEFILES)/bundle.make
35 -include GNUmakefile.postamble
36 include ../../fhsbundle.make