s3:waf: Reformat CHARSET3
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:56:57 +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 44ebf920ef58ae9b05dfa87cd2ac24367c473531..504571e2a599015cccf410820d8886abe3e789c2 100755 (executable)
@@ -996,9 +996,18 @@ bld.SAMBA_LIBRARY('xattr_tdb',
                   private_library=True)
 
 bld.SAMBA3_LIBRARY('CHARSET3',
-                    source='''lib/charcnv.c lib/fstring.c''',
-                    public_deps='ICONV_WRAPPER charset',
-                    deps='samba-util samba3-util',
+                    source='''
+                           lib/charcnv.c
+                           lib/fstring.c
+                           ''',
+                    public_deps='''
+                                ICONV_WRAPPER
+                                charset
+                                ''',
+                    deps='''
+                         samba-util
+                         samba3-util
+                         ''',
                    private_library=True)
 
 bld.SAMBA3_SUBSYSTEM('errors3',