aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-21 20:20:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-21 20:20:31 +0000
commitabab7d43225b76ebfaf9d01c624624e1509158f4 (patch)
treee679d56587081276def781b95781e79653f3080b /src/pt/Makefile.am
parenteed7d047edc277aa35a23933208618ccdf44e07d (diff)
downloadgnunet-abab7d43225b76ebfaf9d01c624624e1509158f4.tar.gz
gnunet-abab7d43225b76ebfaf9d01c624624e1509158f4.zip
do DNS exit lookup in DHT
Diffstat (limited to 'src/pt/Makefile.am')
-rw-r--r--src/pt/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 19c8e527b..19c331c22 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -25,6 +25,7 @@ gnunet_daemon_pt_SOURCES = \
25gnunet_daemon_pt_LDADD = \ 25gnunet_daemon_pt_LDADD = \
26 $(top_builddir)/src/vpn/libgnunetvpn.la \ 26 $(top_builddir)/src/vpn/libgnunetvpn.la \
27 $(top_builddir)/src/mesh/libgnunetmesh.la \ 27 $(top_builddir)/src/mesh/libgnunetmesh.la \
28 $(top_builddir)/src/dht/libgnunetdht.la \
28 $(top_builddir)/src/dns/libgnunetdns.la \ 29 $(top_builddir)/src/dns/libgnunetdns.la \
29 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 30 $(top_builddir)/src/dns/libgnunetdnsparser.la \
30 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 31 $(top_builddir)/src/statistics/libgnunetstatistics.la \