diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/gensec/wscript_build | 4 | ||||
-rw-r--r-- | source4/rpc_server/wscript_build | 2 | ||||
-rw-r--r-- | source4/smbd/wscript_build | 2 |
3 files changed, 4 insertions, 4 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' diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index 815459baaf..58b8686b9e 100644 --- a/source4/rpc_server/wscript_build +++ b/source4/rpc_server/wscript_build @@ -86,7 +86,7 @@ bld.SAMBA_MODULE('dcerpc_netlogon', source='netlogon/dcerpc_netlogon.c', subsystem='dcerpc_server', init_function='dcerpc_server_netlogon_init', - deps='DCERPC_COMMON RPC_NDR_IRPC COMMON_SCHANNELDB ndr-standard auth4_sam samba-hostconfig CLDAPD' + deps='DCERPC_COMMON RPC_NDR_IRPC COMMON_SCHANNEL ndr-standard auth4_sam samba-hostconfig CLDAPD' ) diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 0d91d4160b..9d66889812 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -20,7 +20,7 @@ bld.SAMBA_BINARY('samba', manpages='samba.8', subsystem_name='service', deps='''events process_model service samba-hostconfig samba-util POPT_SAMBA PIDFILE - popt gensec registry ntptr ntvfs share cluster COMMON_SCHANNELDB SECRETS''', + popt gensec registry ntptr ntvfs share cluster COMMON_SCHANNEL SECRETS''', pyembed=True, install_path='${SBINDIR}' ) |