summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-10 11:03:59 +0100
committerMichael Adam <obnox@samba.org>2011-02-10 13:57:31 +0100
commitd0ceb4c83a109171540218fd4090219787980095 (patch)
treee6a2e71819912c77af794cf6ad30d5c1a76765da /nsswitch/libwbclient
parent76ea4fd03a36985a5e45b5d92b585bfbd3aa53d7 (diff)
downloadsamba-d0ceb4c83a109171540218fd4090219787980095.tar.gz
samba-d0ceb4c83a109171540218fd4090219787980095.tar.bz2
samba-d0ceb4c83a109171540218fd4090219787980095.zip
Revert "nsswitch: libwbclient has vnum 1 now."
This reverts commit c9cb42a27634a0a711d48762c779c6b2f7c338e2. Undo the library version bump.
Diffstat (limited to 'nsswitch/libwbclient')
-rw-r--r--nsswitch/libwbclient/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wscript_build b/nsswitch/libwbclient/wscript_build
index 9fffa94985..896e17d9af 100644
--- a/nsswitch/libwbclient/wscript_build
+++ b/nsswitch/libwbclient/wscript_build
@@ -4,5 +4,5 @@ bld.SAMBA_LIBRARY('wbclient',
source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
deps='winbind-client',
public_headers='wbclient.h',
- vnum='1'
+ private_library=True
)