aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-06 11:45:42 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-06 11:46:01 +0200
commit9c9773bbdc8ebe9c46fd297fdd96dad5b9f19697 (patch)
tree0ed44cb9b4d6347d81b7699d2758edf9c9e22878 /src/dns/Makefile.am
parent08ded5f88e6369ac78db4bb26bcf215f8282f27c (diff)
downloadgnunet-9c9773bbdc8ebe9c46fd297fdd96dad5b9f19697.tar.gz
gnunet-9c9773bbdc8ebe9c46fd297fdd96dad5b9f19697.zip
starting tool for zone import (very incomplete)
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 5af228121..8e5b06043 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -35,7 +35,9 @@ libexec_PROGRAMS = \
35 gnunet-service-dns $(HIJACKBIN) 35 gnunet-service-dns $(HIJACKBIN)
36 36
37noinst_PROGRAMS = \ 37noinst_PROGRAMS = \
38 gnunet-dns-monitor gnunet-dns-redirector 38 gnunet-dns-monitor \
39 gnunet-dns-redirector \
40 gnunet-zoneimport
39 41
40plugin_LTLIBRARIES = \ 42plugin_LTLIBRARIES = \
41 libgnunet_plugin_block_dns.la 43 libgnunet_plugin_block_dns.la
@@ -60,6 +62,14 @@ gnunet_dns_monitor_LDADD = \
60 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
61 $(GN_LIBINTL) 63 $(GN_LIBINTL)
62 64
65gnunet_zoneimport_SOURCES = \
66 gnunet-zoneimport.c
67gnunet_zoneimport_LDADD = \
68 libgnunetdnsparser.la \
69 libgnunetdnsstub.la \
70 $(top_builddir)/src/util/libgnunetutil.la \
71 $(GN_LIBINTL)
72
63gnunet_dns_redirector_SOURCES = \ 73gnunet_dns_redirector_SOURCES = \
64 gnunet-dns-redirector.c 74 gnunet-dns-redirector.c
65gnunet_dns_redirector_LDADD = \ 75gnunet_dns_redirector_LDADD = \