From: Andreas Schneider Date: Tue, 24 Jan 2012 15:49:17 +0000 (+0100) Subject: s3-waf: Link test_lp_load only against needed subsystems. X-Git-Tag: tevent-0.9.15~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de1836f586ccace771523e2389838909b4547d28;p=thirdparty%2Fsamba.git s3-waf: Link test_lp_load only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 1af42fa9979..e2cfc14aa2b 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',