summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-08-12 15:48:01 +0200
committerStefan Metzmacher <metze@samba.org>2020-09-03 13:34:10 +0000
commitfa74a0a2f661f89c821aeb7840597d8193a45189 (patch)
tree01bd41770bc45a0a6674c6192cfae43c9bd801fd
parent04630942058e274471fdada33c4c17dc33d420f4 (diff)
downloadsamba-fa74a0a2f661f89c821aeb7840597d8193a45189.tar.gz
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 <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit c8c2f8ba73324ba43ccef9f6d1c0c726d7ec0d25)
-rw-r--r--source4/torture/wscript_build12
1 files changed, 11 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index 42c4353d03d..10b486b1ded 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -249,7 +249,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,