summaryrefslogtreecommitdiff
path: root/auth/gensec/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'auth/gensec/wscript_build')
-rwxr-xr-xauth/gensec/wscript_build8
1 files changed, 8 insertions, 0 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index 71222f7b26..7329eec99e 100755
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -17,6 +17,14 @@ bld.SAMBA_MODULE('gensec_spnego',
deps='asn1util samba-credentials SPNEGO_PARSE'
)
+bld.SAMBA_MODULE('gensec_schannel',
+ source='schannel.c',
+ autoproto='schannel_proto.h',
+ subsystem='gensec',
+ init_function='gensec_schannel_init',
+ deps='COMMON_SCHANNEL NDR_SCHANNEL samba-credentials auth_session'
+ )
+
bld.SAMBA_MODULE('gensec_external',
source='external.c',
autoproto='external_proto.h',