From: Volker Lendecke Date: Tue, 9 Oct 2018 09:04:43 +0000 (+0200) Subject: build: Multi-line deps X-Git-Tag: tdb-1.3.17~1378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46a5d6344a0cd752e8892a0990297ebde68392b;p=thirdparty%2Fsamba.git build: Multi-line deps We'll add one in the next commit Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/auth/ntlmssp/wscript_build b/auth/ntlmssp/wscript_build index e28d4eb9dd8..edc8fbae8d1 100644 --- a/auth/ntlmssp/wscript_build +++ b/auth/ntlmssp/wscript_build @@ -7,7 +7,14 @@ bld.SAMBA_SUBSYSTEM('NTLMSSP_COMMON', ntlmssp_server.c ntlmssp_sign.c gensec_ntlmssp_server.c''', - deps='samba-util NDR_NTLMSSP MSRPC_PARSE NTLM_CHECK samba-credentials wbclient') + deps=''' + samba-util + NDR_NTLMSSP + MSRPC_PARSE + NTLM_CHECK + samba-credentials + wbclient + ''') bld.SAMBA_MODULE('gensec_ntlmssp', source='''''',