s3:waf: Reformat TDB_LIB
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:37:11 +0000 (10:37 +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 d1c1088465e420f0bd013ea28b390cf5e3740385..2dd9d5a39d0bc36fbdbdd7faaa189209329cdecf 100755 (executable)
@@ -375,10 +375,15 @@ bld.SAMBA3_LIBRARY('samba-cluster-support',
                    private_library=True)
 
 bld.SAMBA3_SUBSYSTEM('TDB_LIB',
-                     source='''lib/dbwrap/dbwrap_open.c
-                     lib/dbwrap/dbwrap_watch.c
-                     lib/g_lock.c''',
-                     deps='dbwrap samba-cluster-support')
+                     source='''
+                            lib/dbwrap/dbwrap_open.c
+                            lib/dbwrap/dbwrap_watch.c
+                            lib/g_lock.c
+                            ''',
+                     deps='''
+                          dbwrap
+                          samba-cluster-support
+                          ''')
 
 bld.SAMBA3_LIBRARY('messages_dgm',
                    source='''lib/messages_dgm.c lib/messages_dgm_ref.c''',