diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/winbind/wscript_build | 4 |
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' + ) |