diff options
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 8063076b66..b0f519f1c6 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -48,12 +48,6 @@ bld.SAMBA_MODULE('auth_unix', ) -bld.SAMBA_SUBSYSTEM('PAM_ERRORS', - source='pam_errors.c', - deps='talloc' - ) - - bld.SAMBA_LIBRARY('auth', source='auth.c auth_util.c auth_simple.c', autoproto='auth_proto.h', |