sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau cc0237bc45 - external patch
Monotone-Parent: ba5973b414572fb5f085f8980182645843a42958
Monotone-Revision: ecf850422f6e93462013857de0eaef9e5ed5eb02

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-05T14:51:50
Monotone-Branch: ca.inverse.sogo
2007-11-05 14:51:50 +00:00

30 lines
609 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Contacts
Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
Contacts_OBJC_FILES = \
NSObject+CardDAV.m \
Product.m \
SOGoContactFolders.m \
SOGoContactGCSEntry.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
include ../../fhsbundle.make