sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau 6e3713ff83 Monotone-Parent: f9c9d582c4fef2a61df1962826c6a5ce6b067c53
Monotone-Revision: 2b945d5c3a0ab02c68cb0b3158d694e43bd65804

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-04T23:03:06
Monotone-Branch: ca.inverse.sogo
2006-08-04 23:03:06 +00:00

28 lines
492 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Contacts
Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
Contacts_OBJC_FILES = \
Product.m \
\
SOGoContactObject.m \
SOGoContactFolder.m \
SOGoContactFolders.m \
\
SOGoPersonalAB.m \
\
NSDictionary+Contact.m
Contacts_RESOURCE_FILES += \
Version \
product.plist \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make