s3:waf: Reformat param
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:32:10 +0000 (10:32 +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 6b7208d56d5ae5f297d2f982ec917ca24700f903..0b9ce6c653c7f0484bcd6587347e39caece6e1b1 100755 (executable)
@@ -214,20 +214,24 @@ bld.SAMBA3_SUBSYSTEM('SERVER_MUTEX',
                      deps='talloc')
 
 bld.SAMBA3_SUBSYSTEM('param',
-                   source='''param/loadparm.c
-                   lib/sharesec.c
-                   lib/ldap_debug_handler.c
-                   lib/util_names.c''',
-                   deps='''samba-util
-                   PARAM_UTIL
-                   ldap
-                   lber
-                   LOADPARM_CTX
-                   samba3core
-                   smbconf
-                   param_local.h
-                   param_global.h
-                   cups''')
+                   source='''
+                          param/loadparm.c
+                          lib/sharesec.c
+                          lib/ldap_debug_handler.c
+                          lib/util_names.c
+                          ''',
+                   deps='''
+                        samba-util
+                        PARAM_UTIL
+                        ldap
+                        lber
+                        LOADPARM_CTX
+                        samba3core
+                        smbconf
+                        param_local.h
+                        param_global.h
+                        cups
+                        ''')
 
 # this includes only the low level parse code, not stuff
 # that requires knowledge of security contexts