aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-18 22:10:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-18 22:10:08 +0000
commitd8cda8039015fe11760ae256c43094d046e08cac (patch)
tree18644056a4e8e26eb537a683ae343adc066fe602 /src/pt/Makefile.am
parentc37fba0bd9febb11297ebca62a58935276130244 (diff)
downloadgnunet-d8cda8039015fe11760ae256c43094d046e08cac.tar.gz
gnunet-d8cda8039015fe11760ae256c43094d046e08cac.zip
-adding support for routing DNS requests via MESH to PT daemon
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 8e33b45c2..385bff672 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -22,6 +22,7 @@ gnunet_daemon_pt_SOURCES = \
22 gnunet-daemon-pt.c 22 gnunet-daemon-pt.c
23gnunet_daemon_pt_LDADD = \ 23gnunet_daemon_pt_LDADD = \
24 $(top_builddir)/src/vpn/libgnunetvpn.la \ 24 $(top_builddir)/src/vpn/libgnunetvpn.la \
25 $(top_builddir)/src/mesh/libgnunetmesh.la \
25 $(top_builddir)/src/dns/libgnunetdns.la \ 26 $(top_builddir)/src/dns/libgnunetdns.la \
26 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 27 $(top_builddir)/src/dns/libgnunetdnsparser.la \
27 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 28 $(top_builddir)/src/statistics/libgnunetstatistics.la \