diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 19:03:12 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 13:31:19 +0100 |
commit | 67126ed08cc0e9226f4a0c099c8f03293929cc9a (patch) | |
tree | b8b2967d1e34bf42b64f7d8e6d7f7f47f0298bb9 | |
parent | c85e60bd6a18cf2aa2985c57c19ea15f1216c398 (diff) | |
download | samba-67126ed08cc0e9226f4a0c099c8f03293929cc9a.tar.gz samba-67126ed08cc0e9226f4a0c099c8f03293929cc9a.tar.bz2 samba-67126ed08cc0e9226f4a0c099c8f03293929cc9a.zip |
s3-waf: Reduce dependencies of winbindd.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Wed Jan 25 13:31:19 CET 2012 on sn-devel-104
-rwxr-xr-x | source3/wscript_build | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 909a109e52..cc2567441a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1199,39 +1199,24 @@ bld.SAMBA3_BINARY('winbindd/winbindd', deps=''' talloc tevent - dl pdb - ldap - param - libsmb popt_samba3 - KRBCLIENT - ndr-standard - msrpc3 - ads - LIBADS_SERVER - SRV_NDR_WBINT - RPC_NDR_WBINT - NDR_WBINT - LIBAFS - PROFILE - SLCACHE - DCUTIL idmap + ads + msrpc3 nss_info - TOKEN_UTIL + LIBAFS + LIBADS_SERVER LIBCLI_SAMR - libcli_lsa3 - libcli_netlogon3 + SLCACHE RPC_NDR_DSSETUP - npa_tstream - RPC_NCACN_NP - RPC_PIPE_REGISTER + RPC_NDR_WBINT + SRV_NDR_WBINT RPC_SAMR RPC_LSARPC - PAM_ERRORS + RPC_NCACN_NP + RPC_PIPE_REGISTER WB_REQTRANS - auth ''', enabled=bld.env.build_winbind, install_path='${SBINDIR}', |