sogo/SoObjects/Contacts/GNUmakefile
Ludovic Marcotte ef17358c29 Added Icelandic translation - thanks to Anna Jonna Armannsdottir <annaj@hi.is>
Monotone-Parent: 998ca10db38dc23b8d40343f482a97b7e4d93b13
Monotone-Revision: 7543dc34aa33702ddf79bcb43feab4d72175bfc2

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-05-11T19:12:47
Monotone-Branch: ca.inverse.sogo
2011-05-11 19:12:47 +00:00

37 lines
915 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 \
SOGoContactSourceFolder.m \
SOGoUserFolder+Contacts.m \
SOGoContactEntryPhoto.m \
Contacts_RESOURCE_FILES += \
product.plist \
Contacts_LANGUAGES = BrazilianPortuguese Catalan Czech Dutch English French German Hungarian Icelandic Italian Norwegian Polish Russian Spanish Swedish Ukrainian Welsh
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