# 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
