build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build
authorMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 18:07:06 +0000 (20:07 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 22:51:31 +0000 (00:51 +0200)
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

source3/lib/netapi/examples/wscript_build

index a445467352b33520c43c9732a3f7411bae05e585..06d9a452378984b62e90eb3da602bc4415dc279b 100644 (file)
@@ -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