s3:waf: Reformat smbregistry
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:33:30 +0000 (10:33 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 4 Dec 2016 15:35:19 +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 0b9ce6c653c7f0484bcd6587347e39caece6e1b1..3b08fbaa51e045b6a383a4c9960cbb63eed51271 100755 (executable)
@@ -247,17 +247,19 @@ bld.SAMBA3_SUBSYSTEM('REG_API_REGF',
                     deps='samba-util')
 
 bld.SAMBA3_LIBRARY('smbregistry',
-                   source='''registry/reg_api.c
-                   registry/reg_dispatcher.c
-                   registry/reg_cachehook.c
-                   registry/reg_objects.c
-                   registry/reg_util_internal.c
-                   lib/util_nttoken.c
-                   registry/reg_backend_db.c
-                   registry/reg_parse_internal.c
-                   lib/cbuf.c
-                   lib/srprs.c
-                   registry/reg_init_basic.c''',
+                   source='''
+                          registry/reg_api.c
+                          registry/reg_dispatcher.c
+                          registry/reg_cachehook.c
+                          registry/reg_objects.c
+                          registry/reg_util_internal.c
+                          lib/util_nttoken.c
+                          registry/reg_backend_db.c
+                          registry/reg_parse_internal.c
+                          lib/cbuf.c
+                          lib/srprs.c
+                          registry/reg_init_basic.c
+                          ''',
                    deps='''
                         smbd_shim
                         tdb-wrap3