summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-05-02 13:54:42 +0200
committerRalph Boehme <slow@samba.org>2018-07-11 23:04:22 +0200
commit9847848cca1fc0ca2091764b6e80631c4f1f6864 (patch)
tree1ddb7ef0d1c3d4e46b7296fa800a0478961b7046
parentf4fe3f77669875070cd7ba4a28ad33f6a058f105 (diff)
downloadsamba-9847848cca1fc0ca2091764b6e80631c4f1f6864.tar.gz
lib: Multi-line a long line in wscript_build
Why? I'll add another file in a later commit Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--lib/util/wscript_build6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index ded91f67d9f..793e24669c9 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -162,7 +162,11 @@ else:
)
bld.SAMBA_LIBRARY('tevent-util',
- source='tevent_unix.c tevent_ntstatus.c tevent_werror.c',
+ source='''
+ tevent_unix.c
+ tevent_ntstatus.c
+ tevent_werror.c
+ ''',
local_include=False,
public_deps='tevent samba-errors',
public_headers='tevent_ntstatus.h tevent_unix.h tevent_werror.h',