From: Volker Lendecke Date: Wed, 12 Aug 2020 13:48:01 +0000 (+0200) Subject: build: Wrap a long line X-Git-Tag: samba-4.11.14~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0e5ddedf5d079af61945375a377b98289c9578;p=thirdparty%2Fsamba.git build: Wrap a long line There will be another entry in the next commit Bug: https://bugzilla.samba.org/show_bug.cgi?id=14465 Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher (cherry picked from commit c8c2f8ba73324ba43ccef9f6d1c0c726d7ec0d25) --- diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index 573710d9180..ea765345489 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -253,7 +253,17 @@ bld.SAMBA_MODULE('TORTURE_UNIX', bld.SAMBA_MODULE('TORTURE_LDAP', - source='ldap/common.c ldap/basic.c ldap/schema.c ldap/uptodatevector.c ldap/cldap.c ldap/netlogon.c ldap/cldapbench.c ldap/ldap_sort.c ldap/nested_search.c', + source=''' + ldap/common.c + ldap/basic.c + ldap/schema.c + ldap/uptodatevector.c + ldap/cldap.c + ldap/netlogon.c + ldap/cldapbench.c + ldap/ldap_sort.c + ldap/nested_search.c + ''', subsystem='smbtorture', deps='cli-ldap cli_cldap samdb popt POPT_CREDENTIALS torture ldbsamba', internal_module=True,