diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 22:30:00 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 22:30:00 +0200 |
commit | 778681e10a80ce25e23c708b41958c61cbce2545 (patch) | |
tree | cdcb43f5ce4ac9134c0b06200da2ee68f4d6ae29 /source4/lib/torture/config.mk | |
parent | d1183291d3c77736fa1bace85e61fce77ce0472e (diff) | |
download | samba-778681e10a80ce25e23c708b41958c61cbce2545.tar.gz samba-778681e10a80ce25e23c708b41958c61cbce2545.tar.bz2 samba-778681e10a80ce25e23c708b41958c61cbce2545.zip |
Fix soversion for libtorture and libsamba-hostconfig.
(This used to be commit 1f698b96c7962a453f037815c9160cd8d7dde3f6)
Diffstat (limited to 'source4/lib/torture/config.mk')
-rw-r--r-- | source4/lib/torture/config.mk | 2 |
1 files changed, 1 insertions, 1 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) |