aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-04 12:36:36 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-04 12:36:36 +0000
commitb632600b500f08d52cc1105314dcca49bd09a189 (patch)
treee65ee7d4cf83e087778ee41570cbe477864d3039 /src/mesh/Makefile.am
parenta5336c68a62a11c34561e0ea779757f829cfb093 (diff)
downloadgnunet-b632600b500f08d52cc1105314dcca49bd09a189.tar.gz
gnunet-b632600b500f08d52cc1105314dcca49bd09a189.zip
Use stored hellos to try to establish direct connections to peers with tunnels
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 5c2dc84dc..fdb55cd58 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -76,6 +76,7 @@ gnunet_service_mesh_SOURCES = \
76gnunet_service_mesh_CFLAGS = $(AM_CFLAGS) 76gnunet_service_mesh_CFLAGS = $(AM_CFLAGS)
77gnunet_service_mesh_LDADD = \ 77gnunet_service_mesh_LDADD = \
78 $(top_builddir)/src/util/libgnunetutil.la \ 78 $(top_builddir)/src/util/libgnunetutil.la \
79 $(top_builddir)/src/transport>/libgnunettransport.la \
79 $(top_builddir)/src/core/libgnunetcore.la \ 80 $(top_builddir)/src/core/libgnunetcore.la \
80 $(top_builddir)/src/dht/libgnunetdht.la \ 81 $(top_builddir)/src/dht/libgnunetdht.la \
81 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 82 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -83,6 +84,7 @@ gnunet_service_mesh_LDADD = \
83 $(top_builddir)/src/block/libgnunetblock.la 84 $(top_builddir)/src/block/libgnunetblock.la
84gnunet_service_mesh_DEPENDENCIES = \ 85gnunet_service_mesh_DEPENDENCIES = \
85 $(top_builddir)/src/util/libgnunetutil.la \ 86 $(top_builddir)/src/util/libgnunetutil.la \
87 $(top_builddir)/src/transport/libgnunettransport.la \
86 $(top_builddir)/src/core/libgnunetcore.la \ 88 $(top_builddir)/src/core/libgnunetcore.la \
87 $(top_builddir)/src/dht/libgnunetdht.la \ 89 $(top_builddir)/src/dht/libgnunetdht.la \
88 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 90 $(top_builddir)/src/statistics/libgnunetstatistics.la \