diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 10:41:01 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | 3ee8b7ac5402c455ace9432e6bd0b685218d3cd6 (patch) | |
tree | f55c3c3f8b9f62fa22b9a0a6905611d130f376b8 | |
parent | abc0f11350ac0df676e4b6b8c79d58a1e9676ec0 (diff) | |
download | samba-3ee8b7ac5402c455ace9432e6bd0b685218d3cd6.tar.gz samba-3ee8b7ac5402c455ace9432e6bd0b685218d3cd6.tar.bz2 samba-3ee8b7ac5402c455ace9432e6bd0b685218d3cd6.zip |
s3-waf: Link trusts_util only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3b7b2390b6..f582fba09f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1088,7 +1088,7 @@ bld.SAMBA3_SUBSYSTEM('DCUTIL', bld.SAMBA3_LIBRARY('trusts_util', source='libsmb/trusts_util.c', - deps='ads libcli_netlogon3 msrpc3', + deps='libcli_netlogon3 msrpc3', vars=locals(), private_library=True) @@ -1239,7 +1239,7 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient', deps='''talloc tdb_compat cap popt_samba3 pdb libsmb smbd_shim param wbclient param KRBCLIENT ndr-standard msrpc3 SMBREADLINE trusts_util RPC_NDR_WINREG RPC_NDR_ECHO - RPC_CLIENT_SCHANNEL + RPC_CLIENT_SCHANNEL DCUTIL LIBCLI_SAMR libcli_lsa3 libcli_netlogon3 cli_spoolss RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_DSSETUP RPC_NDR_DFS RPC_NDR_DRSUAPI RPC_NDR_NTSVCS RPC_NDR_EVENTLOG |