From 9f917c08e50202fec4e81c99c37cd66edebb33da Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 16:51:39 +0100 Subject: s3-waf: Link dbwrap_tool only against needed subsystems. --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index e2cfc14aa2..de224b4f41 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1633,7 +1633,9 @@ bld.SAMBA3_BINARY('test_lp_load', bld.SAMBA3_BINARY('dbwrap_tool', source=DBWRAP_TOOL_SRC, - deps='''talloc tdb_compat tevent cap param smbd_shim popt_samba3''', + deps=''' + talloc + popt_samba3''', vars=locals()) bld.SAMBA3_BINARY('dbwrap_torture', -- cgit