From 16b2118b4369f8204d86d5ad2eb117837da26789 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 21 Jul 2011 13:20:26 +1000 Subject: gensec: split GENSEC into mechanism-dependent and runtime functions The startup and runtime functions that have no dependencies are moved into the top level. Andrew Bartlett Signed-off-by: Andrew Tridgell --- auth/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index 0472a20a01..976e8ab090 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -6,3 +6,5 @@ bld.SAMBA_LIBRARY('auth_sam_reply', autoproto='auth_sam_reply.h', private_library=True ) + +bld.RECURSE('gensec') -- cgit