aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-04 12:36:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-04 12:36:43 +0000
commit9a1a436d0afdb2b6e4812c0417272fc1ef9f0cec (patch)
tree589d9590dc57dcde72e675848e9f50cc9e22ac2f /src/dns/Makefile.am
parenta88b52ae2d2b3e1dadc32178edd3e540a92e3deb (diff)
downloadgnunet-9a1a436d0afdb2b6e4812c0417272fc1ef9f0cec.tar.gz
gnunet-9a1a436d0afdb2b6e4812c0417272fc1ef9f0cec.zip
-bugfixes
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 = \