mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3-waf: use NDR_NTLMSSP subsystem
metze
This commit is contained in:
parent
ffbe1c0723
commit
5b9a3a79f7
@ -40,9 +40,6 @@ COMPRESSION_SRC = '../lib/compression/mszip.c ../lib/compression/lzxpress.c'
|
||||
DRSUAPI_SRC = '''${LIBNDR_DRSUAPI_SRC}
|
||||
${COMPRESSION_SRC}'''
|
||||
|
||||
LIBNDR_NTLMSSP_SRC = '''../librpc/gen_ndr/ndr_ntlmssp.c
|
||||
../librpc/ndr/ndr_ntlmssp.c'''
|
||||
|
||||
LIBNDR_SRC = '''../librpc/ndr/ndr_basic.c
|
||||
../librpc/ndr/ndr.c
|
||||
../librpc/ndr/ndr_misc.c
|
||||
@ -264,7 +261,6 @@ LIBSMB_SRC0 = '''
|
||||
libsmb/ntlmssp_wrap.c
|
||||
../libcli/auth/ntlmssp.c
|
||||
../libcli/auth/ntlmssp_sign.c
|
||||
${LIBNDR_NTLMSSP_SRC}
|
||||
../libcli/auth/ntlmssp_ndr.c
|
||||
../libcli/auth/ntlmssp_server.c'''
|
||||
|
||||
@ -1064,7 +1060,7 @@ bld.SAMBA_SUBSYSTEM('LIBSMB_ERR',
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBSAMBA',
|
||||
source=LIBSAMBA_SRC,
|
||||
deps='LIBSMB_ERR',
|
||||
deps='LIBSMB_ERR NDR_NTLMSSP',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBSMB',
|
||||
|
Loading…
x
Reference in New Issue
Block a user