build: get rid of vars=locals() in source3/auth/wscript_build
authorMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 03:07:08 +0000 (05:07 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 21:00:31 +0000 (23:00 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/auth/wscript_build

index 127ae089953267e4248885a700da561cbd3dbeb6..e7a605177e78ed5a43513c365b48f5ee2397bde3 100644 (file)
@@ -2,8 +2,7 @@
 
 bld.SAMBA3_SUBSYSTEM('TOKEN_UTIL',
                     source='token_util.c',
-                    deps='samba-util pdb',
-                    vars=locals())
+                    deps='samba-util pdb')
 
 bld.SAMBA3_SUBSYSTEM('USER_UTIL',
                      source='user_util.c',
@@ -15,8 +14,7 @@ bld.SAMBA3_SUBSYSTEM('AUTH_COMMON',
                              server_info.c
                              server_info_sam.c
                              user_info.c''',
-                     deps='TOKEN_UTIL DCUTIL USER_UTIL',
-                    vars=locals())
+                     deps='TOKEN_UTIL DCUTIL USER_UTIL')
 
 bld.SAMBA3_LIBRARY('auth',
                    source='''auth.c