sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau 01edf54a1a Monotone-Parent: b4fb8a5b2019af495e57ab7338a4ee3204d34e25
Monotone-Revision: 90d0bb9c9e2993df03892b4e1648345dbbc8d83f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-02T19:54:02
Monotone-Branch: ca.inverse.sogo
2006-08-02 19:54:02 +00:00

25 lines
439 B
Makefile

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