sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau ecba022341 Monotone-Parent: 394b801a38348b89095885c499bb6cf7fc9f8407
Monotone-Revision: 58c7c3662f24886e99d5a5f5b02afed173ff77c0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-09T21:34:46
Monotone-Branch: ca.inverse.sogo
2006-08-09 21:34:46 +00:00

31 lines
607 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 \
\
NSDictionary+Contact.m \
NGLdapEntry+Contact.m \
NGVCard+Contact.m \
NGVCardSimpleValue+Contact.m \
Contacts_RESOURCE_FILES += \
Version \
product.plist \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make