From de86c6645d4c6c757ef50701d5d873000449b04e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Jan 2012 13:04:39 +0000 Subject: -adding tool to test dnsparser.c --- src/dns/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/dns/Makefile.am') 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 = \ gnunet-service-dns gnunet-service-dns-new $(HIJACKBIN) noinst_PROGRAMS = \ - gnunet-dns-monitor + gnunet-dns-monitor gnunet-dns-redirector plugin_LTLIBRARIES = \ libgnunet_plugin_block_dns.la @@ -66,6 +66,14 @@ gnunet_dns_monitor_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_dns_redirector_SOURCES = \ + gnunet-dns-redirector.c +gnunet_dns_redirector_LDADD = \ + $(top_builddir)/src/dns/libgnunetdnsparser.la \ + $(top_builddir)/src/dns/libgnunetdnsnew.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) + gnunet_service_dns_new_SOURCES = \ gnunet-service-dns_new.c gnunet_service_dns_new_LDADD = \ -- cgit v1.2.3