From 00ff779064eaa010b5bfa928e3aa0e54dbc9d367 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 22 Nov 2016 10:58:28 +0100 Subject: [PATCH] s3:waf: Reformat libcli_netlogon3 Signed-off-by: Andreas Schneider Reviewed-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 5783f88b73a..1735ac7e2ad 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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',