From 63c7118ae097c4145ab0eebf35093463a02dd1e5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 17:01:08 +0100 Subject: [PATCH] s3-waf: Link vlp only against needed subsystems. --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 5d4351e82f1..e65e10bd38f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1654,7 +1654,9 @@ bld.SAMBA3_BINARY('split_tokens', bld.SAMBA3_BINARY('vlp', source=VLP_SRC, - deps='''talloc tdb_compat PARAM_UTIL UTIL_TDB samba3core param''', + deps=''' + talloc + param''', vars=locals()) swat_dir = os.path.join(bld.curdir, '../swat') -- 2.34.1