From de1836f586ccace771523e2389838909b4547d28 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 16:49:17 +0100 Subject: s3-waf: Link test_lp_load only against needed subsystems. --- source3/wscript_build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 1af42fa997..e2cfc14aa2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1625,7 +1625,10 @@ bld.SAMBA3_BINARY('rpc_open_tcp', bld.SAMBA3_BINARY('test_lp_load', source=TEST_LP_LOAD_SRC, - deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3 LIBNTLMSSP''', + deps=''' + talloc + param + popt_samba3''', vars=locals()) bld.SAMBA3_BINARY('dbwrap_tool', -- cgit