s3:waf: Reformat gpo
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:25:07 +0000 (10:25 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 4 Dec 2016 15:35:18 +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 bd2810667ea423d5cb42629e7ff3439f639e5832..3f9fd971fa1eccdb2f0403eb12f3a2613ec49950 100755 (executable)
@@ -85,14 +85,22 @@ bld.SAMBA3_LIBRARY('msrpc3',
                    private_library=True)
 
 bld.SAMBA3_LIBRARY('gpo',
-                   source='''../libgpo/gpo_ldap.c
-                   ../libgpo/gpo_ini.c
-                   ../libgpo/gpo_util.c
-                   ../libgpo/gpo_fetch.c
-                   libgpo/gpo_filesync.c
-                   ../libgpo/gpo_sec.c
-                   libgpo/gpo_reg.c''',
-                   deps='talloc ads TOKEN_UTIL gpext auth',
+                   source='''
+                          ../libgpo/gpo_ldap.c
+                          ../libgpo/gpo_ini.c
+                          ../libgpo/gpo_util.c
+                          ../libgpo/gpo_fetch.c
+                          libgpo/gpo_filesync.c
+                          ../libgpo/gpo_sec.c
+                          libgpo/gpo_reg.c
+                          ''',
+                   deps='''
+                        talloc
+                        ads
+                        TOKEN_UTIL
+                        gpext
+                        auth
+                        ''',
                    private_library=True)
 
 bld.SAMBA3_SUBSYSTEM('AVAHI',