build: get rid of vars=locals() in source3/modules/wscript_build
authorMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 18:06:37 +0000 (20:06 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 21:00:48 +0000 (23:00 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/modules/wscript_build

index 5496ef37f944f23f3639514519498c51a0b0694a..32e541fdce84dba61f03df23890eaf65459bbe24 100644 (file)
@@ -15,8 +15,7 @@ bld.SAMBA3_SUBSYSTEM('VFS_AIXACL_UTIL',
 
 bld.SAMBA3_SUBSYSTEM('vfs',
                     source='',
-                    deps='smbd_base',
-                    vars=locals())
+                    deps='smbd_base')
 
 bld.SAMBA3_MODULE('vfs_default',
                  subsystem='vfs',