aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-13 16:20:47 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-13 16:20:47 +0200
commit334b50de9fc2e492e5801c43b42074d8e2e65259 (patch)
tree152be5ee17f9f74ae33eba909a544f96fc3c7836 /src/dns
parent75d4229ca938a8584bff5a44a607dcb56e8462c8 (diff)
downloadgnunet-334b50de9fc2e492e5801c43b42074d8e2e65259.tar.gz
gnunet-334b50de9fc2e492e5801c43b42074d8e2e65259.zip
rename gnunet-zoneimport to gnunet-zonewalk to avoid sharing the name
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/Makefile.am8
-rw-r--r--src/dns/gnunet-zonewalk.c (renamed from src/dns/gnunet-zoneimport.c)0
2 files changed, 4 insertions, 4 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 8e5b06043..9a4ecdcfd 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -37,7 +37,7 @@ libexec_PROGRAMS = \
37noinst_PROGRAMS = \ 37noinst_PROGRAMS = \
38 gnunet-dns-monitor \ 38 gnunet-dns-monitor \
39 gnunet-dns-redirector \ 39 gnunet-dns-redirector \
40 gnunet-zoneimport 40 gnunet-zonewalk
41 41
42plugin_LTLIBRARIES = \ 42plugin_LTLIBRARIES = \
43 libgnunet_plugin_block_dns.la 43 libgnunet_plugin_block_dns.la
@@ -62,9 +62,9 @@ gnunet_dns_monitor_LDADD = \
62 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
63 $(GN_LIBINTL) 63 $(GN_LIBINTL)
64 64
65gnunet_zoneimport_SOURCES = \ 65gnunet_zonewalk_SOURCES = \
66 gnunet-zoneimport.c 66 gnunet-zonewalk.c
67gnunet_zoneimport_LDADD = \ 67gnunet_zonewalk_LDADD = \
68 libgnunetdnsparser.la \ 68 libgnunetdnsparser.la \
69 libgnunetdnsstub.la \ 69 libgnunetdnsstub.la \
70 $(top_builddir)/src/util/libgnunetutil.la \ 70 $(top_builddir)/src/util/libgnunetutil.la \
diff --git a/src/dns/gnunet-zoneimport.c b/src/dns/gnunet-zonewalk.c
index 860672e7a..860672e7a 100644
--- a/src/dns/gnunet-zoneimport.c
+++ b/src/dns/gnunet-zonewalk.c