sogo/SoObjects/Contacts/GNUmakefile
C Robert f4fabba6b9 New category for ldifString (NGVCard, NGVList)
Monotone-Parent: d124c012f70febcfcbb9a2b5d4f3a20a7a001d7a
Monotone-Revision: 2ca761e2d40488480678e105a10bfe240b9c689c

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-09T15:30:22
Monotone-Branch: ca.inverse.sogo
2009-09-09 15:30:22 +00:00

37 lines
846 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Contacts
Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
Contacts_OBJC_FILES = \
Product.m \
NGVCard+SOGo.m \
NGVList+SOGo.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 = BrazilianPortuguese Czech Dutch English French German Hungarian 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