From 52ac479764e85296a6a6100d143104d78c51aa8b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jan 2012 22:42:39 +1100 Subject: auth: Move the rest of the source4 gensec_ntlmssp code to the top level The ntlmssp_server code will be in common shortly, and aside from a symbol name or two, moving the client code causes no harm and makes less mess. We will also get the client code in common very soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source4/auth/ntlmssp/wscript_build | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 source4/auth/ntlmssp/wscript_build (limited to 'source4/auth/ntlmssp/wscript_build') diff --git a/source4/auth/ntlmssp/wscript_build b/source4/auth/ntlmssp/wscript_build deleted file mode 100644 index 4d25271a8b..0000000000 --- a/source4/auth/ntlmssp/wscript_build +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python - -bld.SAMBA_MODULE('gensec_ntlmssp', - source='''ntlmssp.c - ntlmssp_client.c ntlmssp_server.c''', - autoproto='proto.h', - subsystem='gensec', - init_function='gensec_ntlmssp_init', - deps='samba-credentials NTLMSSP_COMMON', - internal_module=True - ) - -- cgit