diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-16 21:36:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:32 -0500 |
commit | b785a7c40c185512207ef8da837a766933073032 (patch) | |
tree | e419a3e7dfaf2bd9d71b1c345a235f65fac002ea /source4/nsswitch | |
parent | 4469fa31e3e3b2d62da7686fd6426bb44be09830 (diff) | |
download | samba-b785a7c40c185512207ef8da837a766933073032.tar.gz samba-b785a7c40c185512207ef8da837a766933073032.tar.bz2 samba-b785a7c40c185512207ef8da837a766933073032.zip |
r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
(This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r-- | source4/nsswitch/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk index 19e3fae0bb..84c059b947 100644 --- a/source4/nsswitch/config.mk +++ b/source4/nsswitch/config.mk @@ -2,7 +2,7 @@ # Start SUBSYSTEM LIBWINBIND_CLIENT [LIBRARY::LIBWINBIND_CLIENT] VERSION = 0.0.1 -SO_VERSION = 0.0.1 +SO_VERSION = 0 DESCRIPTION = Client library for communicating with winbind OBJ_FILES = wb_common.o # End SUBSYSTEM LIBWINBIND_CLIENT |