# GNUstep makefile

include ../common.make

WOBUNDLE_NAME = EnterprisesUI

EnterprisesUI_PRINCIPAL_CLASS = SkyEnterprisesModule

EnterprisesUI_OBJC_FILES = 			\
	SkyEnterprisesModule.m			\
	LSWEnterpriseAdvancedSearch.m		\
	LSWEnterprises.m			\
	LSWEnterpriseMailPage.m			\
	LSWEnterpriseSearchPage.m		\
	SkyWizardEnterpriseViewer.m		\
	SkyEnterpriseProjectList.m      	\
	SkyEnterpriseList.m			\
	SkyEnterpriseEditor.m			\
	SkyEnterpriseAttributesEditor.m		\
	SkyEnterpriseViewer.m			\
	SkyAssignPersonSubEditor.m		\
	SkyAssignPersonEditor.m			\
	SkyPersonFormatter.m			\

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble
-include ../../fhsbundle.make
