From: helge Date: Sun, 22 Aug 2004 22:41:58 +0000 (+0000) Subject: properly link bundle against libSoOFS X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bcb91bb77d0398f39c1990d38923098bfa7ab61;p=sope properly link bundle against libSoOFS git-svn-id: http://svn.opengroupware.org/SOPE/trunk@38 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/SoOFS/ChangeLog b/sope-appserver/SoOFS/ChangeLog index 373d947c..8cb226b7 100644 --- a/sope-appserver/SoOFS/ChangeLog +++ b/sope-appserver/SoOFS/ChangeLog @@ -1,3 +1,8 @@ +2004-08-23 Helge Hess + + * GNUmakefile.preamble: link SoOFS product bundle against the library + to ensure that the class are available (v4.3.2) + 2004-08-22 Helge Hess * v4.3.1 diff --git a/sope-appserver/SoOFS/GNUmakefile.preamble b/sope-appserver/SoOFS/GNUmakefile.preamble index 21a66b1b..c7d9fbb9 100644 --- a/sope-appserver/SoOFS/GNUmakefile.preamble +++ b/sope-appserver/SoOFS/GNUmakefile.preamble @@ -28,6 +28,9 @@ sope_TOOL_LIBS += \ -lNGMime -lNGStreams -lNGExtensions -lEOControl \ -lXmlRpc -lDOM -lSaxObjC +SoOFS_WOBUNDLE_LIBS += -lSoOFS +SoOFS_BUNDLE_LIBS += $(SoOFS_WOBUNDLE_LIBS) + ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/.. RELBUILD_DIR_MIME=$(GNUSTEP_BUILD_DIR)/../../sope-mime diff --git a/sope-appserver/SoOFS/SoOFSProduct.m b/sope-appserver/SoOFS/SoOFSProduct.m index b0e54e58..71c6df0c 100644 --- a/sope-appserver/SoOFS/SoOFSProduct.m +++ b/sope-appserver/SoOFS/SoOFSProduct.m @@ -18,7 +18,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: SoOFSProduct.m 4 2004-08-20 17:04:31Z helge $ #import diff --git a/sope-appserver/SoOFS/Version b/sope-appserver/SoOFS/Version index 93f90d16..ed045adf 100644 --- a/sope-appserver/SoOFS/Version +++ b/sope-appserver/SoOFS/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=1 +SUBMINOR_VERSION:=2