]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Wrap a long line
authorVolker Lendecke <vl@samba.org>
Sun, 29 Nov 2020 17:04:12 +0000 (18:04 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 11 Dec 2020 18:29:32 +0000 (18:29 +0000)
There will be one more .c file

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/addns/wscript_build

index c38e93ccc95e37acbcf760719c516d7a4d5bf4c6..7f026d40e44a24239b9b177df93426e95f616044 100644 (file)
@@ -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())