From b295da29b139085e98b48bed721442320f02e91f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 16:46:55 +0100 Subject: s3-waf: Link rpc_open_tcp only against needed subsystems. --- source3/wscript_build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 25b542780c..1af42fa997 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1618,8 +1618,9 @@ bld.SAMBA3_BINARY('timelimit', bld.SAMBA3_BINARY('rpc_open_tcp', source=RPC_OPEN_TCP_SRC, - deps='''talloc tdb_compat tevent cap wbclient KRBCLIENT param samba3core libsmb smbd_shim - asn1util LIBTSOCKET ndr-standard msrpc3''', + deps=''' + talloc + msrpc3''', vars=locals()) bld.SAMBA3_BINARY('test_lp_load', -- cgit