s3:waf: Reformat secrets3
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:43:28 +0000 (10:43 +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 28ef00f863995512ece1a02234face8e59979b07..7dfbc18639a41141b7702446a6d28beac5c37183 100755 (executable)
@@ -521,11 +521,18 @@ bld.SAMBA3_SUBSYSTEM('CLDAP',
 # PLEASE DO NOT make it depend on high level libraries like PDB, if you are
 # doing that your design is wrong and needs changing. -SSS
 bld.SAMBA3_LIBRARY('secrets3',
-                   source='''passdb/secrets.c
-                   passdb/machine_account_secrets.c
-                   passdb/machine_sid.c
-                   passdb/secrets_lsa.c''',
-                   deps='NDR_SECRETS param samba3util dbwrap',
+                   source='''
+                          passdb/secrets.c
+                          passdb/machine_account_secrets.c
+                          passdb/machine_sid.c
+                          passdb/secrets_lsa.c
+                          ''',
+                   deps='''
+                        NDR_SECRETS
+                        param
+                        samba3util
+                        dbwrap
+                        ''',
                    private_library=True)
 
 bld.SAMBA3_LIBRARY('smbldap',