diff options
-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 |