sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau 316f7d6ca7 Monotone-Parent: 4afb8958d56f8a63fd74bc6e907f2e1921729f2a
Monotone-Revision: fc1c7bf5235599e9080f17bb0917a268ed619660

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-07T22:12:40
Monotone-Branch: ca.inverse.sogo
2008-03-07 22:12:40 +00:00

30 lines
607 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Contacts
Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
Contacts_OBJC_FILES = \
Product.m \
SOGoFolder+CardDAV.m \
SOGoContactFolders.m \
SOGoContactGCSEntry.m \
SOGoContactGCSList.m \
SOGoContactGCSFolder.m \
SOGoContactLDIFEntry.m \
SOGoContactLDAPFolder.m \
Contacts_RESOURCE_FILES += \
Version \
product.plist \
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble