s3:waf: Reformat trusts_util
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:55:24 +0000 (10:55 +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 b78739e36e25ce68c762114cc40a38df98abeaa7..0c03f83f750b3a2ca72da4736ab748b83cef783b 100755 (executable)
@@ -964,7 +964,11 @@ bld.SAMBA3_SUBSYSTEM('DCUTIL',
 
 bld.SAMBA3_LIBRARY('trusts_util',
                    source='libsmb/trusts_util.c',
-                   deps='libcli_netlogon3 msrpc3 samba-passdb',
+                   deps='''
+                        libcli_netlogon3
+                        msrpc3
+                        samba-passdb
+                        ''',
                    private_library=True)
 
 bld.SAMBA3_SUBSYSTEM('tdb-wrap3',