]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1018 d1b88da0-ebda-0310...
[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         SOGoContactLDAPEntry.m          \
16         SOGoContactLDAPFolder.m         \
17                                         \
18         NSDictionary+Contact.m          \
19         NGLdapEntry+Contact.m           \
20
21 Contacts_RESOURCE_FILES +=              \
22         Version                         \
23         product.plist                   \
24
25 -include GNUmakefile.preamble
26 include $(GNUSTEP_MAKEFILES)/bundle.make
27 -include GNUmakefile.postamble
28 include ../../fhsbundle.make