summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-09-18 17:24:10 +0200
committerGünther Deschner <gd@samba.org>2013-09-19 11:08:44 +0200
commit4d2ec9e37ee9dcf7b521806a1c0aabdffe524d47 (patch)
tree87ca79e00f9165ba19289e80f200e1432e0c376f /source4/auth/gensec/wscript_build
parentd9bf88dc749cdbc34f70345b156b0117ecf2932b (diff)
downloadsamba-4d2ec9e37ee9dcf7b521806a1c0aabdffe524d47.tar.gz
samba-4d2ec9e37ee9dcf7b521806a1c0aabdffe524d47.tar.bz2
samba-4d2ec9e37ee9dcf7b521806a1c0aabdffe524d47.zip
gensec: move schannel module to toplevel.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Pair-Programmed-With: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rwxr-xr-xsource4/auth/gensec/wscript_build10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 04fccc5171..a3eff978c3 100755
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -32,16 +32,6 @@ bld.SAMBA_MODULE('cyrus_sasl',
)
-bld.SAMBA_MODULE('gensec_schannel',
- source='schannel.c',
- subsystem='gensec',
- deps='COMMON_SCHANNEL NDR_SCHANNEL samba-credentials ndr auth_session',
- internal_module=True,
- autoproto='schannel_proto.h',
- init_function='gensec_schannel_init'
- )
-
-
bld.SAMBA_PYTHON('pygensec',
source='pygensec.c',
deps='gensec pytalloc-util pyparam_util',