From: Andreas Schneider Date: Tue, 22 Nov 2016 09:25:07 +0000 (+0100) Subject: s3:waf: Reformat gpo X-Git-Tag: samba-4.6.0rc1~461 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=39f69b9bda8a54373502b063f234d8b26180d446;p=samba.git s3:waf: Reformat gpo Signed-off-by: Andreas Schneider Reviewed-by: Michael Adam Reviewed-by: Andrew Bartlett --- diff --git a/source3/wscript_build b/source3/wscript_build index bd2810667ea..3f9fd971fa1 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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',