summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rw-r--r--source4/auth/gensec/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index e0a518e1ee..01b3ce9ee2 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -46,9 +46,9 @@ bld.SAMBA_MODULE('gensec_spnego',
bld.SAMBA_MODULE('gensec_schannel',
- source='schannel.c ../../../libcli/auth/schannel_sign.c',
+ source='schannel.c',
subsystem='gensec',
- deps='COMMON_SCHANNELDB NDR_SCHANNEL credentials ndr auth_session',
+ deps='COMMON_SCHANNEL NDR_SCHANNEL credentials ndr auth_session',
internal_module=True,
autoproto='schannel_proto.h',
init_function='gensec_schannel_init'