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.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 674f4bf57..6322f2ca6 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -34,6 +34,9 @@ lib_LTLIBRARIES = \
34bin_PROGRAMS = \ 34bin_PROGRAMS = \
35 gnunet-service-dns gnunet-service-dns-new $(HIJACKBIN) 35 gnunet-service-dns gnunet-service-dns-new $(HIJACKBIN)
36 36
37noinst_PROGRAMS = \
38 gnunet-dns-monitor
39
37plugin_LTLIBRARIES = \ 40plugin_LTLIBRARIES = \
38 libgnunet_plugin_block_dns.la 41 libgnunet_plugin_block_dns.la
39 42
@@ -55,6 +58,14 @@ gnunet_service_dns_LDADD = \
55 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 58 $(top_builddir)/src/dns/libgnunetdnsparser.la \
56 $(GN_LIBINTL) 59 $(GN_LIBINTL)
57 60
61gnunet_dns_monitor_SOURCES = \
62 gnunet-dns-monitor.c
63gnunet_dns_monitor_LDADD = \
64 $(top_builddir)/src/dns/libgnunetdnsparser.la \
65 $(top_builddir)/src/dns/libgnunetdnsnew.la \
66 $(top_builddir)/src/util/libgnunetutil.la \
67 $(GN_LIBINTL)
68
58gnunet_service_dns_new_SOURCES = \ 69gnunet_service_dns_new_SOURCES = \
59 gnunet-service-dns_new.c 70 gnunet-service-dns_new.c
60gnunet_service_dns_new_LDADD = \ 71gnunet_service_dns_new_LDADD = \