sogo/SoObjects/Contacts/GNUmakefile
Wolfgang Sourdeau 6eff26c8f6 Monotone-Parent: 46d8449338d0236510f5b139536909f2e5f7819d
Monotone-Revision: 6e703f5f06b5d02b3d34b5c2166d5342e1be4b9f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-02T17:04:27
Monotone-Branch: ca.inverse.sogo
2007-11-02 17:04:27 +00:00

29 lines
592 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 \
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make