]> err.no Git - sope/commitdiff
added strict OSX bundle dependencies
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 23:51:01 +0000 (23:51 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 23:51:01 +0000 (23:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@793 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

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

index fe87b5d3a4294328e77b79d3a93447bfc3729dc4..9bae37d0e801bf9052a0c6c561bb09f683a29270 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile.preamble: added strict bundle dependencies for MacOSX
+         (v4.5.16)
+
 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v4.5.15
index 5829c5a1f9b54d466a1639791e9f82a5f07c855c..6184c0a261e8f073856da487d7069a70396e4fbc 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile.preamble 14 2004-08-20 21:07:18Z helge $
+# compilation settings
 
 ADDITIONAL_CPPFLAGS += -Wall -DCOMPILE_FOR_GSTEP_MAKE=1
 ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Wno-protocol
@@ -26,7 +26,12 @@ $(SOPED_NAME)_TOOL_LIBS += \
        -lNGMime -lNGStreams -lNGExtensions -lEOControl \
        -lXmlRpc -lDOM -lSaxObjC
 
-SoOFS_WOBUNDLE_LIBS += -lSoOFS
+SoOFS_WOBUNDLE_LIBS += \
+       -lSoOFS         \
+       -lNGObjWeb      \
+       -lNGMime        \
+       -lNGStreams -lNGExtensions -lEOControl \
+       -lXmlRpc -lDOM -lSaxObjC
 SoOFS_BUNDLE_LIBS   += $(SoOFS_WOBUNDLE_LIBS)
 
 ifneq ($(GNUSTEP_BUILD_DIR),)
index cabd6ef30fc8c2ca8219dced4d830924894ed76f..0a8bca08b028c66e6050ed1d0523f0c70aac5617 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=15
+SUBMINOR_VERSION:=16