sogo/SoObjects/Contacts/GNUmakefile
Ludovic Marcotte dd0fc5a714 See ChangeLog
Monotone-Parent: 3b52714060113176005a0886d4a2e1a33ab89ecc
Monotone-Revision: 1a93c62b406f528779187ea92a5deb51969697ac

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-05-23T11:12:34
Monotone-Branch: ca.inverse.sogo
2009-05-23 11:12:34 +00:00

35 lines
774 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 Welsh Russian
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