diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:46:55 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | b295da29b139085e98b48bed721442320f02e91f (patch) | |
tree | 8039edfd9f089ed3ecba614a9788bdb756ffafb8 /source3/wscript_build | |
parent | 27630134ac02b1ad6a981789d9bf5930a7d53452 (diff) | |
download | samba-b295da29b139085e98b48bed721442320f02e91f.tar.gz samba-b295da29b139085e98b48bed721442320f02e91f.tar.xz samba-b295da29b139085e98b48bed721442320f02e91f.zip |
s3-waf: Link rpc_open_tcp only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 25b542780cb..1af42fa9979 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', |