summaryrefslogtreecommitdiff
path: root/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2013-09-17 13:09:50 -0700
committerNadezhda Ivanova <nivanova@samba.org>2013-09-18 19:47:55 +0200
commit6bf59b03d72b94b71e53fc2404c11e0d237e41b2 (patch)
tree6e0ad1294191c597b89d3657b0830e23faf6890b /auth/gensec/wscript_build
parentb3bb3040364d4b8a497ced3e758fc81f24924db9 (diff)
downloadsamba-6bf59b03d72b94b71e53fc2404c11e0d237e41b2.tar.gz
samba-6bf59b03d72b94b71e53fc2404c11e0d237e41b2.tar.bz2
samba-6bf59b03d72b94b71e53fc2404c11e0d237e41b2.zip
Add SASL/EXTERNAL gensec module
Signed-off-by: Howard Chu <hyc@symas.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
Diffstat (limited to 'auth/gensec/wscript_build')
-rwxr-xr-xauth/gensec/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index fcd74a3a9d..71222f7b26 100755
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -16,3 +16,10 @@ bld.SAMBA_MODULE('gensec_spnego',
init_function='gensec_spnego_init',
deps='asn1util samba-credentials SPNEGO_PARSE'
)
+
+bld.SAMBA_MODULE('gensec_external',
+ source='external.c',
+ autoproto='external_proto.h',
+ subsystem='gensec',
+ init_function='gensec_external_init'
+ )