diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:58:03 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 2fa6c5e038a58f3feeec2d2ae498e662cf00dc34 (patch) | |
tree | 9002eeb757fa9fefaf536e3918a839e0b083c41b /source3/wscript_build | |
parent | 5b8a22ec95955f0b8d4807b06fa460746a4b38d8 (diff) | |
download | samba-2fa6c5e038a58f3feeec2d2ae498e662cf00dc34.tar.gz samba-2fa6c5e038a58f3feeec2d2ae498e662cf00dc34.tar.bz2 samba-2fa6c5e038a58f3feeec2d2ae498e662cf00dc34.zip |
s3-waf: Link split_tokens 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 716b5b6b43..5d4351e82f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1647,8 +1647,9 @@ bld.SAMBA3_BINARY('dbwrap_torture', bld.SAMBA3_BINARY('split_tokens', source=SPLIT_TOKENS_SRC, - deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3 - LIBNTLMSSP''', + deps=''' + talloc + popt_samba3''', vars=locals()) bld.SAMBA3_BINARY('vlp', |