]> err.no Git - scalable-opengroupware.org/commitdiff
added aggregate project
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 14 Jun 2004 15:19:58 +0000 (15:19 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 14 Jun 2004 15:19:58 +0000 (15:19 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@33 d1b88da0-ebda-0310-925b-ed51d893ca5b

ZideStore/UI-X/ChangeLog
ZideStore/UI-X/GNUmakefile [new file with mode: 0644]

index 00be6031265739c2143dea18460c2cce2d2b5410..25e51ee27ca1c0e028d2d6b0c3441717cf699a15 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * added aggregate project for UI-X
+
 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
diff --git a/ZideStore/UI-X/GNUmakefile b/ZideStore/UI-X/GNUmakefile
new file mode 100644 (file)
index 0000000..6885564
--- /dev/null
@@ -0,0 +1,9 @@
+# $Id$
+
+include $(GNUSTEP_MAKEFILES)/common.make
+
+SUBPROJECTS = \
+       Common          \
+       Scheduler       \
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make