summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-16 23:53:25 +0100
committerGünther Deschner <gd@samba.org>2011-02-17 00:52:16 +0100
commit9867b7bf34c80a12b936682ab6cb686ab45ca51c (patch)
tree36c447e7c7ff72bcc2dea419da71f361337ae0b8 /source4/winbind
parent9e822f103298519db0671a1dced7d8a43cd96f6c (diff)
downloadsamba-9867b7bf34c80a12b936682ab6cb686ab45ca51c.tar.gz
samba-9867b7bf34c80a12b936682ab6cb686ab45ca51c.tar.bz2
samba-9867b7bf34c80a12b936682ab6cb686ab45ca51c.zip
s4-waf: move wbinfo buildrule to winbind.
Will be moved back later, once we have a more common samba-util.so Guenther
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/wscript_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build
index 5ba9c2ae0f..09fee43809 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'
+ )