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 --- auth/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index 976e8ab090..540317a401 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -8,3 +8,4 @@ bld.SAMBA_LIBRARY('auth_sam_reply', ) bld.RECURSE('gensec') +bld.RECURSE('credentials') -- cgit