]> err.no Git - sope/commitdiff
properly link bundle against libSoOFS
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 22 Aug 2004 22:41:58 +0000 (22:41 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 22 Aug 2004 22:41:58 +0000 (22:41 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@38 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/SoOFS/ChangeLog
sope-appserver/SoOFS/GNUmakefile.preamble
sope-appserver/SoOFS/SoOFSProduct.m
sope-appserver/SoOFS/Version

index 373d947cc9ca0b6388fb05be7198e91fd43cfd08..8cb226b71fb6dd013ecf927e677e768595cf277d 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-23  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile.preamble: link SoOFS product bundle against the library
+         to ensure that the class are available (v4.3.2)
+
 2004-08-22  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.3.1
index 21a66b1b108ac14d26a835a42a4ece69b2c854bd..c7d9fbb9c36d9c57a8ee9baddcc5289b0cbbe4fd 100644 (file)
@@ -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
index b0e54e58f5ed14ead970f4a7b6c7f17d7e332b25..71c6df0c7c30a1e6259dd0a2b462829ba301bb1b 100644 (file)
@@ -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 <Foundation/NSObject.h>
 
index 93f90d160d934db19ec53d743f5928d2ae1f646f..ed045adfeab4736fa025a4a2ef062f6515fc7a9c 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=1
+SUBMINOR_VERSION:=2