diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-21 14:48:59 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 18:48:03 +1000 |
commit | 63cb8059dbf964debb6f5a1df186ce1ebcded8fb (patch) | |
tree | 4fa4293cc0d940f40e2a71bf09ad729bce57ef1d /source3/auth/wscript_build | |
parent | bba5f0a6418db2fd5a65e5f72a5a93dc8c7c0240 (diff) | |
download | samba-63cb8059dbf964debb6f5a1df186ce1ebcded8fb.tar.gz samba-63cb8059dbf964debb6f5a1df186ce1ebcded8fb.tar.bz2 samba-63cb8059dbf964debb6f5a1df186ce1ebcded8fb.zip |
s3-auth Add hook to start a GENSEC mech to auth_samba4
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r-- | source3/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |