From: znek Date: Thu, 27 May 2004 11:24:14 +0000 (+0000) Subject: Fixed GNUmakefile X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d9594b92cfb79cc91cd67447d5ac6a04e91ac5;p=scalable-opengroupware.org Fixed GNUmakefile git-svn-id: http://svn.opengroupware.org/SOGo/trunk@8 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/WebUI/GNUmakefile b/WebUI/GNUmakefile index 9ac78fbb..d8eaed49 100644 --- a/WebUI/GNUmakefile +++ b/WebUI/GNUmakefile @@ -9,9 +9,10 @@ WebUI_OBJC_FILES = \ Application.m \ Session.m \ DirectAction.m \ - Main.m \ +ADDITIONAL_INCLUDE_DIRS = -INGExtensions -INGExtensions/NGLogging + WebUI_COMPONENTS = \ Main.wo \ @@ -23,6 +24,10 @@ WebUI_WEBSERVER_RESOURCE_FILES := \ $(shell find WebServerResources -type f -print) +WebUI_SUBPROJECTS = \ + NGExtensions \ + + -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/woapp.make -include GNUmakefile.postamble