From 9aa300b7229928e0ff59d19a818aeff2b9833b7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 16 Feb 2011 23:53:25 +0100 Subject: [PATCH] s4-waf: move wbinfo buildrule to winbind. Will be moved back later, once we have a more common samba-util.so Guenther (cherry picked from commit 9867b7bf34c80a12b936682ab6cb686ab45ca51c) --- nsswitch/wscript_build | 5 ----- source4/winbind/wscript_build | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index a9881bd9c4e..691f82f160a 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -14,11 +14,6 @@ bld.SAMBA_BINARY('nsstest', ) -bld.SAMBA_BINARY('wbinfo', - source='wbinfo.c', - deps='samba-util LIBCLI_AUTH popt POPT_SAMBA winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ security ndr NDR_SECURITY' - ) - bld.SAMBA_LIBRARY('nss_winbind', source='../nsswitch/winbind_nss_linux.c', deps='winbind-client', diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build index 5ba9c2ae0f9..09fee43809d 100644 --- a/source4/winbind/wscript_build +++ b/source4/winbind/wscript_build @@ -24,3 +24,7 @@ bld.SAMBA_SUBSYSTEM('IDMAP', public_deps='samdb-common ldbsamba' ) +bld.SAMBA_BINARY('wbinfo', + source='../../nsswitch/wbinfo.c', + deps='samba-util LIBCLI_AUTH popt POPT_SAMBA winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ security ndr NDR_SECURITY' + ) -- 2.11.4.GIT