]> err.no Git - scalable-opengroupware.org/blobdiff - WebUI/GNUmakefile
Fixed GNUmakefile
[scalable-opengroupware.org] / WebUI / GNUmakefile
index 9ac78fbb8b822dbd45e537915db725fc69d7325c..d8eaed49772cd5186cc7c72898a76cce25426e91 100644 (file)
@@ -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