aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-05 13:04:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-05 13:04:39 +0000
commitde86c6645d4c6c757ef50701d5d873000449b04e (patch)
tree06130c4ff65072929b524382c80814935acdfca0 /src/dns/Makefile.am
parent1f971ba86a238c1046587889efd92f62cc9afb9f (diff)
downloadgnunet-de86c6645d4c6c757ef50701d5d873000449b04e.tar.gz
gnunet-de86c6645d4c6c757ef50701d5d873000449b04e.zip
-adding tool to test dnsparser.c
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 = \