summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/torture/config.mk2
-rw-r--r--source4/param/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/torture/config.mk b/source4/lib/torture/config.mk
index 638f0d940c..888e285e95 100644
--- a/source4/lib/torture/config.mk
+++ b/source4/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/source4/param/config.mk b/source4/param/config.mk
index 3e6758db8a..4c202dc6de 100644
--- a/source4/param/config.mk
+++ b/source4/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 \