From 3ddf4e831a4c66d085f1294aa008f5655416ae7c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Mar 2006 17:24:31 +0000 Subject: r14565: Fix shared library sonames (This used to be commit 3e6b75d955cc49becf9145fbe4380c4e7e7f81f6) --- source4/torture/config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 5dd288cf6c..1cd0ad3303 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -1,5 +1,7 @@ # TORTURE subsystem [LIBRARY::torture] +SO_VERSION = 0 +VERSION = 0.0.1 PUBLIC_HEADERS = torture.h PUBLIC_PROTO_HEADER = proto.h OBJ_FILES = \ -- cgit