s3:waf: Reformat samba3-util
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:56:00 +0000 (10:56 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 4 Dec 2016 15:35:20 +0000 (16:35 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/wscript_build

index 0c03f83f750b3a2ca72da4736ab748b83cef783b..44ebf920ef58ae9b05dfa87cd2ac24367c473531 100755 (executable)
@@ -976,8 +976,18 @@ bld.SAMBA3_SUBSYSTEM('tdb-wrap3',
                     deps='talloc samba3-util')
 
 bld.SAMBA3_LIBRARY('samba3-util',
-                   source='''lib/util_sec.c lib/util_str.c lib/adt_tree.c lib/util_malloc.c lib/namearray.c lib/file_id.c''',
-                   deps='samba-util charset',
+                   source='''
+                          lib/util_sec.c
+                          lib/util_str.c
+                          lib/adt_tree.c
+                          lib/util_malloc.c
+                          lib/namearray.c
+                          lib/file_id.c
+                          ''',
+                   deps='''
+                        samba-util
+                        charset
+                        ''',
                    private_library=True)
 
 bld.SAMBA_LIBRARY('xattr_tdb',