From 2fa6c5e038a58f3feeec2d2ae498e662cf00dc34 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 16:58:03 +0100 Subject: s3-waf: Link split_tokens only against needed subsystems. --- source3/wscript_build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') 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', -- cgit