diff options
author | Michael Adam <obnox@samba.org> | 2013-09-24 05:07:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-24 23:00:31 +0200 |
commit | 7e974dbd92d5ccec5286e0abd1c11f6834eeab02 (patch) | |
tree | 0a1ddddecade71235ba7e29b681f968938d1e575 /source3/auth | |
parent | c6e16183e1d969af9edf1c3eccb8502805c627b0 (diff) | |
download | samba-7e974dbd92d5ccec5286e0abd1c11f6834eeab02.tar.gz samba-7e974dbd92d5ccec5286e0abd1c11f6834eeab02.tar.bz2 samba-7e974dbd92d5ccec5286e0abd1c11f6834eeab02.zip |
build: get rid of vars=locals() in source3/auth/wscript_build
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/wscript_build | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 127ae08995..e7a605177e 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 |