]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/GNUmakefile
3c1711c11c21bda43ae6d66790c71880d97bf6a9
[scalable-opengroupware.org] / SoObjects / Contacts / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = Contacts
6
7 Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
8
9 Contacts_OBJC_FILES =                   \
10         Product.m                       \
11                                         \
12         SOGoContactFolders.m            \
13         SOGoContactGCSEntry.m           \
14         SOGoContactGCSFolder.m          \
15         SOGoContactLDIFEntry.m          \
16         SOGoContactLDAPFolder.m         \
17
18 Contacts_RESOURCE_FILES +=              \
19         Version                         \
20         product.plist                   \
21
22 -include GNUmakefile.preamble
23 include $(GNUSTEP_MAKEFILES)/bundle.make
24 -include GNUmakefile.postamble
25 include ../../fhsbundle.make