mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: list sources of binary ntlm_auth directly in dev, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
54b31d1f09
commit
ecb3c92b25
@ -3,10 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
NTLM_AUTH_SRC1 = '''utils/ntlm_auth.c utils/ntlm_auth_diagnostics.c'''
|
||||
|
||||
NTLM_AUTH_SRC = '''${NTLM_AUTH_SRC1}'''
|
||||
|
||||
VLP_SRC = '''printing/tests/vlp.c'''
|
||||
|
||||
RPC_OPEN_TCP_SRC = 'torture/rpc_open_tcp.c'
|
||||
@ -1380,15 +1376,14 @@ bld.SAMBA3_BINARY('versiontest',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA3_BINARY('ntlm_auth',
|
||||
source=NTLM_AUTH_SRC,
|
||||
source='''utils/ntlm_auth.c utils/ntlm_auth_diagnostics.c''',
|
||||
deps='''
|
||||
talloc
|
||||
krb5samba
|
||||
iniparser
|
||||
libsmb
|
||||
popt_samba3
|
||||
LIBNTLMSSP gse gensec''',
|
||||
vars=locals())
|
||||
LIBNTLMSSP gse gensec''')
|
||||
|
||||
bld.SAMBA3_BINARY('timelimit',
|
||||
source='script/tests/timelimit.c',
|
||||
|
Loading…
Reference in New Issue
Block a user