From 561d834123a2a8a96954f7cca556f8838ab38b72 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Oct 2011 17:20:33 +1100 Subject: auth: move credentials layer to the top level This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett --- source4/auth/wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth/wscript_build') diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 079857dbb7..ebee49b89c 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -4,7 +4,6 @@ bld.RECURSE('gensec') bld.RECURSE('kerberos') bld.RECURSE('ntlmssp') bld.RECURSE('ntlm') -bld.RECURSE('credentials') bld.SAMBA_SUBSYSTEM('auth_session', source='session.c', -- cgit