The branch, master has been updated
via 7f52c8fb5006a167e05860854dc51798652cb192 (commit)
from d5e6ae5cfc3d959a86d91b31dfd5481558308da9 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7f52c8fb5006a167e05860854dc51798652cb192
Author: Jelmer Vernooij <[email protected]>
Date: Mon Jun 8 22:43:36 2009 +0200
libsamba-util: Fix soversion.
-----------------------------------------------------------------------
Summary of changes:
lib/util/config.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/util/config.mk b/lib/util/config.mk
index 70e8340..3bda8ec 100644
--- a/lib/util/config.mk
+++ b/lib/util/config.mk
@@ -5,7 +5,7 @@ PUBLIC_DEPENDENCIES = \
CHARSET EXECINFO
LIBSAMBA-UTIL_VERSION = 0.0.1
-LIBSAMBA-UTIL_SOVERSION = 0.0.1
+LIBSAMBA-UTIL_SOVERSION = 0
LIBSAMBA-UTIL_OBJ_FILES = $(addprefix $(libutilsrcdir)/, \
xfile.o \
--
Samba Shared Repository