diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-05-12 12:01:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-15 08:18:29 +0200 |
commit | 7cb4acd5dd1825e157e00e0e8babd674b494375a (patch) | |
tree | 26ad13108514540c34ec070fedb2ca928f1c02ff /source4/auth/ntlm/wscript_build | |
parent | 413e1be7739003696fd903dd80d1ead5275fe74c (diff) | |
download | samba-7cb4acd5dd1825e157e00e0e8babd674b494375a.tar.gz samba-7cb4acd5dd1825e157e00e0e8babd674b494375a.tar.bz2 samba-7cb4acd5dd1825e157e00e0e8babd674b494375a.zip |
s4:auth: remove unused auth_server.c
metze
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 8a8bfcb0b6..2745094b8a 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -16,14 +16,6 @@ bld.SAMBA_MODULE('auth4_anonymous', ) -bld.SAMBA_MODULE('auth4_server', - source='auth_server.c', - subsystem='auth4', - init_function='auth4_server_init', - deps='samba-util LIBCLI_SMB CREDENTIALS_NTLM param_options' - ) - - bld.SAMBA_MODULE('auth4_winbind', source='auth_winbind.c', subsystem='auth4', |