diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-08 11:19:35 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-08 04:52:03 +0200 |
commit | 078db8f6c9580e215d850d26e8a9942aa757e245 (patch) | |
tree | 9308bf801853f97fe51bf22e5ec99bef0695db34 /source4/winbind | |
parent | 820fe8acca1454b43bc5454f56cf848d6250bc4c (diff) | |
download | samba-078db8f6c9580e215d850d26e8a9942aa757e245.tar.gz samba-078db8f6c9580e215d850d26e8a9942aa757e245.tar.bz2 samba-078db8f6c9580e215d850d26e8a9942aa757e245.zip |
build: build wbinfo only once in the waf build
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sat Oct 8 04:52:03 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wscript_build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build index 8bf5d766e0..5ba9c2ae0f 100644 --- a/source4/winbind/wscript_build +++ b/source4/winbind/wscript_build @@ -24,7 +24,3 @@ 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 tevent-util LIBASYNC_REQ security ndr NDR_SECURITY' - ) |