From 078db8f6c9580e215d850d26e8a9942aa757e245 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 8 Oct 2011 11:19:35 +1100 Subject: build: build wbinfo only once in the waf build Autobuild-User: Andrew Bartlett Autobuild-Date: Sat Oct 8 04:52:03 CEST 2011 on sn-devel-104 --- nsswitch/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 4e353d3bd3..f740fdf25f 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -40,3 +40,8 @@ bld.SAMBA_SUBSYSTEM('WB_REQTRANS', source='wb_reqtrans.c', deps='talloc tevent LIBASYNC_REQ' ) + +bld.SAMBA_BINARY('wbinfo', + source='wbinfo.c', + deps='samba-util LIBCLI_AUTH popt POPT_SAMBA wbclient LIBAFS_SETTOKEN' + ) -- cgit