mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:waf: Reformat libcli_netlogon3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
956cb528fd
commit
00ff779064
@ -1028,8 +1028,17 @@ bld.SAMBA3_LIBRARY('libcli_lsa3',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_LIBRARY('libcli_netlogon3',
|
||||
source='rpc_client/cli_netlogon.c rpc_client/util_netlogon.c',
|
||||
deps='msrpc3 RPC_NDR_NETLOGON INIT_NETLOGON cliauth param NETLOGON_CREDS_CLI',
|
||||
source='''
|
||||
rpc_client/cli_netlogon.c
|
||||
rpc_client/util_netlogon.c
|
||||
''',
|
||||
deps='''
|
||||
msrpc3
|
||||
RPC_NDR_NETLOGON
|
||||
INIT_NETLOGON
|
||||
cliauth
|
||||
param
|
||||
NETLOGON_CREDS_CLI''',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_LIBRARY('cli_spoolss',
|
||||
|
Loading…
Reference in New Issue
Block a user