lib: Multi-line a long line in wscript_build
authorVolker Lendecke <vl@samba.org>
Wed, 2 May 2018 11:54:42 +0000 (13:54 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 11 Jul 2018 21:04:22 +0000 (23:04 +0200)
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>
lib/util/wscript_build

index ded91f67d9fbb7754f1e136a16ecbd4fa1687d47..793e24669c958a1d0cc72c7fc2abc227a4192af7 100644 (file)
@@ -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',