From 9867b7bf34c80a12b936682ab6cb686ab45ca51c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Feb 2011 23:53:25 +0100 Subject: s4-waf: move wbinfo buildrule to winbind. Will be moved back later, once we have a more common samba-util.so Guenther --- nsswitch/wscript_build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index a9881bd9c4..691f82f160 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', -- cgit