Fix soversion for libtorture and libsamba-hostconfig.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 10 May 2008 20:30:00 +0000 (22:30 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 10 May 2008 20:30:00 +0000 (22:30 +0200)
(This used to be commit 1f698b96c7962a453f037815c9160cd8d7dde3f6)

source4/lib/torture/config.mk
source4/param/config.mk

index 638f0d940ce839608a186e8f87e7bc1a04a0c525..888e285e952e8030ad3a795f43fe29c83d5d9f5f 100644 (file)
@@ -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)
index 3e6758db8a90d5f3fc55f518b1442882365aa5a0..4c202dc6ded56514b52026bc8e4c3546d3d2c3c6 100644 (file)
@@ -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 \