aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 6322f2ca6..78420a084 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -35,7 +35,7 @@ bin_PROGRAMS = \
35 gnunet-service-dns gnunet-service-dns-new $(HIJACKBIN) 35 gnunet-service-dns gnunet-service-dns-new $(HIJACKBIN)
36 36
37noinst_PROGRAMS = \ 37noinst_PROGRAMS = \
38 gnunet-dns-monitor 38 gnunet-dns-monitor gnunet-dns-redirector
39 39
40plugin_LTLIBRARIES = \ 40plugin_LTLIBRARIES = \
41 libgnunet_plugin_block_dns.la 41 libgnunet_plugin_block_dns.la
@@ -66,6 +66,14 @@ gnunet_dns_monitor_LDADD = \
66 $(top_builddir)/src/util/libgnunetutil.la \ 66 $(top_builddir)/src/util/libgnunetutil.la \
67 $(GN_LIBINTL) 67 $(GN_LIBINTL)
68 68
69gnunet_dns_redirector_SOURCES = \
70 gnunet-dns-redirector.c
71gnunet_dns_redirector_LDADD = \
72 $(top_builddir)/src/dns/libgnunetdnsparser.la \
73 $(top_builddir)/src/dns/libgnunetdnsnew.la \
74 $(top_builddir)/src/util/libgnunetutil.la \
75 $(GN_LIBINTL)
76
69gnunet_service_dns_new_SOURCES = \ 77gnunet_service_dns_new_SOURCES = \
70 gnunet-service-dns_new.c 78 gnunet-service-dns_new.c
71gnunet_service_dns_new_LDADD = \ 79gnunet_service_dns_new_LDADD = \