summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-24 20:06:37 +0200
committerMichael Adam <obnox@samba.org>2013-09-24 23:00:48 +0200
commit41d818e8d82537d2f05b39f152593fc9a2a034d8 (patch)
tree54be6fcd1cbd7b71df7c9b64aad2305336181336 /source3/modules
parent7e966397ec43e0a408f20e11403019fc94c272fc (diff)
downloadsamba-41d818e8d82537d2f05b39f152593fc9a2a034d8.tar.gz
samba-41d818e8d82537d2f05b39f152593fc9a2a034d8.tar.bz2
samba-41d818e8d82537d2f05b39f152593fc9a2a034d8.zip
build: get rid of vars=locals() in source3/modules/wscript_build
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/wscript_build3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 5496ef37f9..32e541fdce 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -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',