]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Mailer/GNUmakefile
1e6ae666157a1da8b6a1c1385f5dfcc3f7adc98d
[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         \
21         SOGoMailBodyPart.m              \
22         SOGoImageMailBodyPart.m         \
23         SOGoMessageMailBodyPart.m       \
24         \
25         SOGoDraftsFolder.m              \
26         SOGoDraftObject.m               \
27
28 Mailer_RESOURCE_FILES += \
29         Version         \
30         product.plist   \
31
32 -include GNUmakefile.preamble
33 include $(GNUSTEP_MAKEFILES)/bundle.make
34 -include GNUmakefile.postamble