From 58cb40d50ba7d0eb70ee1bcdae8c3bf6d9b17f8a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Sep 2013 20:07:06 +0200 Subject: build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Adam Reviewed-by: Günther Deschner Autobuild-User(master): Michael Adam Autobuild-Date(master): Wed Sep 25 00:51:31 CEST 2013 on sn-devel-104 --- source3/lib/netapi/examples/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/netapi/examples/wscript_build b/source3/lib/netapi/examples/wscript_build index a445467352..06d9a45237 100644 --- a/source3/lib/netapi/examples/wscript_build +++ b/source3/lib/netapi/examples/wscript_build @@ -59,8 +59,7 @@ names = [ bld.SAMBA_SUBSYSTEM('LIBNETAPI_EXAMPLES_COMMON', source='common.c', - deps='netapi popt', - vars=locals()) + deps='netapi popt') for pattern in names: (subdir, name) = pattern -- cgit