From 7e974dbd92d5ccec5286e0abd1c11f6834eeab02 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Sep 2013 05:07:08 +0200 Subject: [PATCH] build: get rid of vars=locals() in source3/auth/wscript_build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Adam Reviewed-by: Günther Deschner --- source3/auth/wscript_build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 127ae089953..e7a605177e7 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -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 -- 2.34.1