summaryrefslogtreecommitdiff
path: root/source3/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-21 14:48:59 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:03 +1000
commit63cb8059dbf964debb6f5a1df186ce1ebcded8fb (patch)
tree4fa4293cc0d940f40e2a71bf09ad729bce57ef1d /source3/auth/wscript_build
parentbba5f0a6418db2fd5a65e5f72a5a93dc8c7c0240 (diff)
downloadsamba-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_build2
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'))