s3:waf: Reformat messages_dgm
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:37:47 +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 2dd9d5a39d0bc36fbdbdd7faaa189209329cdecf..0d799e0bafb34b5e6f89442bdd1de46760e6e2c8 100755 (executable)
@@ -386,8 +386,17 @@ bld.SAMBA3_SUBSYSTEM('TDB_LIB',
                           ''')
 
 bld.SAMBA3_LIBRARY('messages_dgm',
-                   source='''lib/messages_dgm.c lib/messages_dgm_ref.c''',
-                   deps='''talloc samba-debug PTHREADPOOL msghdr genrand''',
+                   source='''
+                          lib/messages_dgm.c
+                          lib/messages_dgm_ref.c
+                          ''',
+                   deps='''
+                        talloc
+                        samba-debug
+                        PTHREADPOOL
+                        msghdr
+                        genrand
+                        ''',
                    private_library=True)
 
 bld.SAMBA3_LIBRARY('messages_util',