]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Wrap a long line
authorVolker Lendecke <vl@samba.org>
Wed, 12 Aug 2020 13:48:01 +0000 (15:48 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 31 Aug 2020 09:26:35 +0000 (09:26 +0000)
There will be another entry in the next commit

Bug: https://bugzilla.samba.org/show_bug.cgi?id=14465

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit c8c2f8ba73324ba43ccef9f6d1c0c726d7ec0d25)

source4/torture/wscript_build

index 05a6fbcbf14630c8e4e1d7e30a6e99d2e3c5c97f..31db1e670fab4a6e1e54f6d2ba9475cfd5765566 100644 (file)
@@ -248,7 +248,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,