sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau 7a38f47ea2 Monotone-Parent: f8970fcb6459908f8da50c19a17d230c7a4ee5b8
Monotone-Revision: 0a6c3c0f6c27c1e6de388cc4e18f577038a7c7e8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-22T16:08:51
Monotone-Branch: ca.inverse.sogo
2007-03-22 16:08:51 +00:00

28 lines
526 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 \
SOGoContactLDAPEntry.m \
SOGoContactLDAPFolder.m \
\
NGLdapEntry+Contact.m \
Contacts_RESOURCE_FILES += \
Version \
product.plist \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make