auth4: Remove unused auth_unix
[samba.git] / source4 / auth / ntlm / wscript_build
index 1ee8d79563a140bdc78cfae95352a2eff0acc820..43c21ceb67f44f310056c2246fea5d886d8de4c8 100644 (file)
@@ -32,14 +32,6 @@ bld.SAMBA_MODULE('auth4_developer',
        )
 
 
-bld.SAMBA_MODULE('auth4_unix',
-       source='auth_unix.c',
-       subsystem='auth4',
-       init_function='auth4_unix_init',
-       deps='pam PAM_ERRORS LIBTSOCKET crypt'
-       )
-
-
 bld.SAMBA_LIBRARY('auth4',
        source='auth.c auth_util.c auth_simple.c',
        autoproto='auth_proto.h',