sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau bfab3e3a0a Monotone-Parent: 37ee3c63e273b4b20f99c82d5e239e410e7876c7
Monotone-Revision: c9b03486e1069d95450f29c6305829cf7d4c2002

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-09T19:04:18
Monotone-Branch: ca.inverse.sogo
2007-05-09 19:04:18 +00:00

26 lines
493 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Contacts
Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
Contacts_OBJC_FILES = \
Product.m \
\
SOGoContactFolders.m \
SOGoContactGCSEntry.m \
SOGoContactGCSFolder.m \
SOGoContactLDIFEntry.m \
SOGoContactLDAPFolder.m \
Contacts_RESOURCE_FILES += \
Version \
product.plist \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make