From: helge Date: Wed, 1 Sep 2004 06:49:26 +0000 (+0000) Subject: fixed an NGScripting dependency X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb39a8b4339930eba3de900144e451f67e22438b;p=scalable-opengroupware.org fixed an NGScripting dependency git-svn-id: http://svn.opengroupware.org/SOGo/trunk@291 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Anais/ChangeLog b/SOGo/UI/Anais/ChangeLog index a3ebc9ad..13f41509 100644 --- a/SOGo/UI/Anais/ChangeLog +++ b/SOGo/UI/Anais/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Helge Hess + + * GNUmakefile.preamble: removed dependency on libNGScripting (v0.9.9) + 2004-08-15 Helge Hess * AnaisAttendeeSelector.m: added AnaisDebugEnabled default to diff --git a/SOGo/UI/Anais/GNUmakefile.preamble b/SOGo/UI/Anais/GNUmakefile.preamble index 7ca06760..ad674916 100644 --- a/SOGo/UI/Anais/GNUmakefile.preamble +++ b/SOGo/UI/Anais/GNUmakefile.preamble @@ -10,6 +10,8 @@ endif AnaisUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI) AnaisUI_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/Anais/Version b/SOGo/UI/Anais/Version index 3a77a234..cae849fc 100644 --- a/SOGo/UI/Anais/Version +++ b/SOGo/UI/Anais/Version @@ -1,3 +1,3 @@ # $Id: Version 165 2004-08-05 17:55:50Z znek $ -SUBMINOR_VERSION:=8 +SUBMINOR_VERSION:=9