]> err.no Git - scalable-opengroupware.org/commitdiff
fixed dependency on libNGScripting
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 1 Sep 2004 06:47:37 +0000 (06:47 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 1 Sep 2004 06:47:37 +0000 (06:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@290 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Common/ChangeLog
SOGo/UI/Common/GNUmakefile.preamble
SOGo/UI/Common/Version

index c507d5b0fbe313368587e5a2631be67eb7f053e2..24f5e5d1949506913e2b70636d9fbd87970e0fc3 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-01  Helge Hess  <helge.hess@skyrix.com>
+
+       * GNUmakefile.preamble: removed dependency on libNGScripting (v0.9.22)
+
 2004-08-27  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.21
index b56f92238335886256c3c6bd61d79f5bb48fd078..d823b5e5b2202ad4589332c15a33973a3e73fee6 100644 (file)
@@ -12,6 +12,8 @@ endif
 CommonUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI)
 
 CommonUI_BUNDLE_LIBS += \
-       -lNGObjWeb -lNGScripting \
-       -lNGMime -lNGStreams -lNGExtensions -lEOControl \
-       -lXmlRpc -lDOM -lSaxObjC -lSOGoUI
+       -lSOGoUI        \
+       -lNGObjWeb      \
+       -lNGMime        \
+       -lNGStreams -lNGExtensions -lEOControl  \
+       -lXmlRpc -lDOM -lSaxObjC
index 49f242e531df55a4ec8619c8424bdc414d69e19a..78237daff645932d2dc39c82a83a2f6fffffed9c 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=21
+SUBMINOR_VERSION:=22