wscript: remove executable bits for all wscript* files
[nivanova/samba-autobuild/.git] / libcli / dns / wscript_build
old mode 100755 (executable)
new mode 100644 (file)
index 03025ad..018df6b
@@ -1,7 +1,5 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('clidns',
-        source='dns.c dns_hosts_file.c',
-        public_deps='LIBTSOCKET tevent-util',
-        private_library=True,
-        vars=locals())
+bld.SAMBA_SUBSYSTEM('clidns',
+        source='dns.c',
+        public_deps='LIBTSOCKET tevent-util')