sogo/SoObjects/Contacts/GNUmakefile
Francis Lachapelle 7fb4f84b49 Hungarian translation
Monotone-Parent: 09a0f45d386d7951e7a9222e26d26b67281bf847
Monotone-Revision: 71429dedcc15f936ae77ba7111d34ac7f5a07537

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-30T02:12:53
Monotone-Branch: ca.inverse.sogo
2009-07-30 02:12:53 +00:00

35 lines
810 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 = 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