]> err.no Git - sope/commitdiff
made sope tool versioned, now called sope-4.3
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 27 Sep 2004 12:42:29 +0000 (12:42 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 27 Sep 2004 12:42:29 +0000 (12:42 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@176 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

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

index f464c894d8aade6ccb4bf8161188ca3544ef4cee..cfe08de59d5be4e7360c4ae1a6887d9fbb1e343c 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-27  Helge Hess  <helge.hess@skyrix.com>
+       
+       * GNUmakefile: made 'sope' executable a versioned tool (now called
+         sope-4.3) (v4.3.10)
+       
 2004-09-10  Helge Hess  <helge.hess@skyrix.com>
 
        * GNUmakefile: fixed soname, libname versions (v4.3.9)
index d026a54ffc2bf5e150fefa4a170298026522eb8d..a1b1893a674f443e62e9e5a7907cd8fc91053d34 100644 (file)
@@ -63,9 +63,11 @@ SoOFS_PRINCIPAL_CLASS  = SoOFSProduct
 
 # ----- NGObjWeb tools
 
-TOOL_NAME = sope
+SOPED_NAME=sope-$(MAJOR_VERSION).$(MINOR_VERSION)
 
-sope_OBJC_FILES = sope.m
+TOOL_NAME = $(SOPED_NAME)
+
+$(SOPED_NAME)_OBJC_FILES = sope.m
 
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/library.make
index 8b80ded6aa46d431e12ea9b04bcb9e3cb41593a7..2a4e218f0b62f36d403757305748238043bab3c4 100644 (file)
@@ -23,7 +23,7 @@ libSoOFS_LIBRARIES_DEPEND_UPON += \
        -lNGMime -lNGStreams -lNGExtensions -lEOControl \
        -lXmlRpc -lDOM -lSaxObjC
 
-sope_TOOL_LIBS += \
+$(SOPED_NAME)_TOOL_LIBS += \
        -lSoOFS -lNGObjWeb \
        -lNGMime -lNGStreams -lNGExtensions -lEOControl \
        -lXmlRpc -lDOM -lSaxObjC