summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-24 20:07:06 +0200
committerMichael Adam <obnox@samba.org>2013-09-25 00:51:31 +0200
commit58cb40d50ba7d0eb70ee1bcdae8c3bf6d9b17f8a (patch)
treeb5eb9ddbd10e1c88c046dfa470a14b095c5bcbc0 /source3/lib
parent41d818e8d82537d2f05b39f152593fc9a2a034d8 (diff)
downloadsamba-58cb40d50ba7d0eb70ee1bcdae8c3bf6d9b17f8a.tar.gz
samba-58cb40d50ba7d0eb70ee1bcdae8c3bf6d9b17f8a.tar.bz2
samba-58cb40d50ba7d0eb70ee1bcdae8c3bf6d9b17f8a.zip
build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Wed Sep 25 00:51:31 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/netapi/examples/wscript_build3
1 files changed, 1 insertions, 2 deletions
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