From 63cb8059dbf964debb6f5a1df186ce1ebcded8fb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 21 Jul 2011 14:48:59 +1000 Subject: s3-auth Add hook to start a GENSEC mech to auth_samba4 Signed-off-by: Andrew Tridgell --- source3/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/wscript_build') diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index aa6603b85d..28415d84b4 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -111,6 +111,6 @@ bld.SAMBA3_MODULE('auth_samba4', subsystem='auth', source='auth_samba4.c', init_function='', - deps='auth4', + deps='auth4 samba_server_gensec gensec', internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_samba4'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_samba4')) -- cgit