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