diff options
author | Andreas Schneider <asn@samba.org> | 2016-11-22 10:52:35 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-12-04 16:35:20 +0100 |
commit | 3e4009ec17bf8039f625dc42476a50f2ee3fdf2b (patch) | |
tree | 6e791586bb03f8cf17966b484ec500a1d5dc6b43 /source3/wscript_build | |
parent | b4770f28777263de30fdca3300f154128c30f45b (diff) | |
download | samba-3e4009ec17bf8039f625dc42476a50f2ee3fdf2b.tar.gz |
s3:waf: Reformat SERVICES
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e4a6cc8edf6..02792e90e6d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -910,12 +910,14 @@ bld.SAMBA3_SUBSYSTEM('LIBNMB', ''') bld.SAMBA3_SUBSYSTEM('SERVICES', - source='''services/svc_spoolss.c - services/svc_rcinit.c - services/svc_winreg_glue.c - services/svc_netlogon.c - services/svc_winreg.c - services/svc_wins.c''', + source=''' + services/svc_spoolss.c + services/svc_rcinit.c + services/svc_winreg_glue.c + services/svc_netlogon.c + services/svc_winreg.c + services/svc_wins.c + ''', deps='samba-util') bld.SAMBA3_SUBSYSTEM('PLAINTEXT_AUTH', |