[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1499-g1f698b9

Jelmer Vernooij jelmer at samba.org
Sat May 10 20:33:31 GMT 2008


The branch, v4-0-test has been updated
       via  1f698b96c7962a453f037815c9160cd8d7dde3f6 (commit)
      from  89bfca2da2b614e979a20c9a293b798ed7ae15ae (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 1f698b96c7962a453f037815c9160cd8d7dde3f6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat May 10 22:30:00 2008 +0200

    Fix soversion for libtorture and libsamba-hostconfig.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/torture/config.mk |    2 +-
 source/param/config.mk       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/torture/config.mk b/source/lib/torture/config.mk
index 638f0d9..888e285 100644
--- a/source/lib/torture/config.mk
+++ b/source/lib/torture/config.mk
@@ -6,7 +6,7 @@ PUBLIC_DEPENDENCIES = \
 		LIBTALLOC
 
 torture_VERSION = 0.0.1
-torture_SO_VERSION = 0
+torture_SOVERSION = 0
 
 PC_FILES += lib/torture/torture.pc
 torture_OBJ_FILES = $(addprefix lib/torture/, torture.o)
diff --git a/source/param/config.mk b/source/param/config.mk
index 3e6758d..4c202dc 100644
--- a/source/param/config.mk
+++ b/source/param/config.mk
@@ -3,7 +3,7 @@ PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL
 PRIVATE_DEPENDENCIES = DYNCONFIG LIBREPLACE_EXT CHARSET
 
 LIBSAMBA-HOSTCONFIG_VERSION = 0.0.1
-LIBSAMBA-HOSTCONFIG-SOVERSION = 0
+LIBSAMBA-HOSTCONFIG_SOVERSION = 0
 
 LIBSAMBA-HOSTCONFIG_OBJ_FILES = param/loadparm.o \
 			param/generic.o \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list