]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1245 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Contacts / GNUmakefile
1
2 # GNUstep makefile
3
4 include ../common.make
5
6 BUNDLE_NAME = Contacts
7
8 Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
9
10 Contacts_OBJC_FILES =                   \
11         NSObject+CardDAV.m              \
12         Product.m                       \
13         SOGoContactFolders.m            \
14         SOGoContactGCSEntry.m           \
15         SOGoContactGCSFolder.m          \
16         SOGoContactLDIFEntry.m          \
17         SOGoContactLDAPFolder.m         \
18
19 Contacts_RESOURCE_FILES +=              \
20         Version                         \
21         product.plist                   \
22
23 ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
24 ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
25
26 -include GNUmakefile.preamble
27 include $(GNUSTEP_MAKEFILES)/bundle.make
28 -include GNUmakefile.postamble
29 include ../../fhsbundle.make