diff options
author | Günther Deschner <gd@samba.org> | 2011-01-28 18:33:41 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-31 10:04:42 +0100 |
commit | c9cb42a27634a0a711d48762c779c6b2f7c338e2 (patch) | |
tree | b9f28d0affd0c74e2ea7e67a3493f99da2454e0b /nsswitch | |
parent | eb5d884b15b7d36559ab5961167a0277e93086e7 (diff) | |
download | samba-c9cb42a27634a0a711d48762c779c6b2f7c338e2.tar.gz samba-c9cb42a27634a0a711d48762c779c6b2f7c338e2.tar.xz samba-c9cb42a27634a0a711d48762c779c6b2f7c338e2.zip |
nsswitch: libwbclient has vnum 1 now.
Michael, please check.
Guenther
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wscript_build b/nsswitch/libwbclient/wscript_build index 896e17d9aff..9fffa949851 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', - private_library=True + vnum='1' ) |