sogo/SoObjects/Contacts/GNUmakefile
Francis Lachapelle 2a7d8eec65 Added addressbook-home-set for principal URL
Monotone-Parent: 911b87d5ac8f4df7258d042280cb3980cc12fe69
Monotone-Revision: be11ede9b39c76d3a71c05143a448ab27a83a818

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-02-07T00:18:34
Monotone-Branch: ca.inverse.sogo
2009-02-07 00:18:34 +00:00

35 lines
760 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 \
SOGoUserFolder+Contacts.m \
Contacts_RESOURCE_FILES += \
Version \
product.plist \
Contacts_LANGUAGES = Dutch English French German Italian Spanish
Contacts_LOCALIZED_RESOURCE_FILES = Localizable.strings
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble