From 8dbe665a0c0870aeb298b8f0d5a8a1a05e21a719 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Feb 2011 10:36:55 +1100 Subject: build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem Pair-Programmed-With: Andrew Bartlett --- source4/auth/gensec/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/auth/gensec/wscript_build') 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' -- cgit