]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Mailer/GNUmakefile
started Sieve scripts bundle
[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         SOGoMailConnectionEntry.m       \
14         \
15         SOGoMailBaseObject.m            \
16         SOGoMailAccounts.m              \
17         SOGoMailAccount.m               \
18         SOGoMailFolder.m                \
19         SOGoMailObject.m                \
20         SOGoMailBodyPart.m              \
21         \
22         SOGoDraftsFolder.m              \
23         SOGoDraftObject.m               \
24
25 Mailer_RESOURCE_FILES += \
26         Version         \
27         product.plist   \
28
29 -include GNUmakefile.preamble
30 include $(GNUSTEP_MAKEFILES)/bundle.make
31 -include GNUmakefile.postamble