diff options
author | Günther Deschner <gd@samba.org> | 2010-08-24 03:04:41 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-24 03:04:41 +0200 |
commit | d55e7e52f16c673ad2190e21b5b4b3873cf2551d (patch) | |
tree | c9904d9b12a8f846176dd0fb2b646c598e1e2fb2 /nsswitch/wscript_build | |
parent | 898c6123355a3a11ec17f0396c4cb3018c75c184 (diff) | |
download | samba-d55e7e52f16c673ad2190e21b5b4b3873cf2551d.tar.gz |
s4-waf: try to fix the s4 wbinfo build dependencies.
Guenther
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index d7086628019..f458776f92f 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -15,7 +15,7 @@ bld.SAMBA_BINARY('nsstest', bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', - deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER' + deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER LIBSECURITY_COMMON LIBNDR NDR_SECURITY' ) bld.SAMBA_LIBRARY('nsswinbind', |