summaryrefslogtreecommitdiff
path: root/lib/addns
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-11-29 18:04:12 +0100
committerJeremy Allison <jra@samba.org>2020-12-11 18:29:32 +0000
commit60b96580d2415ea8048ea6b216cf764727d23879 (patch)
treef5f6fbae803b4d888f357717255e102ba796acad /lib/addns
parent1812818825947fdbed7d9da343b7759a5eeffaf8 (diff)
downloadsamba-60b96580d2415ea8048ea6b216cf764727d23879.tar.gz
build: Wrap a long line
There will be one more .c file Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/addns')
-rw-r--r--lib/addns/wscript_build10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/addns/wscript_build b/lib/addns/wscript_build
index c38e93ccc95..7f026d40e44 100644
--- a/lib/addns/wscript_build
+++ b/lib/addns/wscript_build
@@ -1,7 +1,15 @@
#!/usr/bin/env python
bld.SAMBA_LIBRARY('addns',
- source='dnsquery.c dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c',
+ source='''
+ dnsquery.c
+ dnsrecord.c
+ dnsutils.c
+ dnssock.c
+ dnsgss.c
+ dnsmarshall.c
+ error.c
+ ''',
public_deps='samba-util gssapi ndr resolv dns_lookup',
private_library=True,
vars=locals())