lib: Multi-line a long line in wscript_build
[amitay/samba.git] / 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',