# $Id: GNUmakefile 1 2004-08-20 11:17:52Z znek $ include ../common.make WOBUNDLE_NAME = HelpUI WOBUNDLE_EXTENSION = .lso WOBUNDLE_INSTALL_DIR = $(GNUSTEP_LOCAL_ROOT)/Library/OpenGroupware.org-1.0a/WebUI/ HelpUI_PRINCIPAL_CLASS = LSWJobModule HelpUI_OBJC_FILES = \ HelpUIModule.m \ \ OGoHelpDatabase.m \ OGoHelpSection.m \ OGoHelpPage.m \ \ OGoHelpViewer.m \ OGoHelpAction.m \ HelpUI_COMPONENTS = \ OGoHelpViewer.wo HelpUI_RESOURCE_FILES += \ Defaults.plist Version \ product.plist -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/wobundle.make -include GNUmakefile.postamble