From: helge Date: Wed, 1 Sep 2004 06:47:37 +0000 (+0000) Subject: fixed dependency on libNGScripting X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c961a0841ed5436c5d2b4ce9a6e984dec2bbd828;p=scalable-opengroupware.org fixed dependency on libNGScripting git-svn-id: http://svn.opengroupware.org/SOGo/trunk@290 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Common/ChangeLog b/SOGo/UI/Common/ChangeLog index c507d5b0..24f5e5d1 100644 --- a/SOGo/UI/Common/ChangeLog +++ b/SOGo/UI/Common/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Helge Hess + + * GNUmakefile.preamble: removed dependency on libNGScripting (v0.9.22) + 2004-08-27 Marcus Mueller * v0.9.21 diff --git a/SOGo/UI/Common/GNUmakefile.preamble b/SOGo/UI/Common/GNUmakefile.preamble index b56f9223..d823b5e5 100644 --- a/SOGo/UI/Common/GNUmakefile.preamble +++ b/SOGo/UI/Common/GNUmakefile.preamble @@ -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 diff --git a/SOGo/UI/Common/Version b/SOGo/UI/Common/Version index 49f242e5..78237daf 100644 --- a/SOGo/UI/Common/Version +++ b/SOGo/UI/Common/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=21 +SUBMINOR_VERSION:=22