aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 13:59:59 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 13:59:59 +0000
commitbf30110e3d6bfef07963641ce6c3d53964a9e661 (patch)
tree36b58df8872b2301760f72b363627485f2aecf47 /src/cadet/Makefile.am
parenta93366a9273b903fa50f47f5a8cc019c7565e332 (diff)
downloadgnunet-bf30110e3d6bfef07963641ce6c3d53964a9e661.tar.gz
gnunet-bf30110e3d6bfef07963641ce6c3d53964a9e661.zip
use ATS connectivity suggestion instead of deprecated GNUNET_TRANSPORT_try_connect
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index e88c3a0d3..d823b4872 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -62,6 +62,7 @@ gnunet_service_cadet_LDADD = \
62 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
63 $(top_builddir)/src/transport/libgnunettransport.la \ 63 $(top_builddir)/src/transport/libgnunettransport.la \
64 $(top_builddir)/src/core/libgnunetcore.la \ 64 $(top_builddir)/src/core/libgnunetcore.la \
65 $(top_builddir)/src/ats/libgnunetats.la \
65 $(top_builddir)/src/dht/libgnunetdht.la \ 66 $(top_builddir)/src/dht/libgnunetdht.la \
66 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 67 $(top_builddir)/src/statistics/libgnunetstatistics.la \
67 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 68 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
@@ -210,4 +211,3 @@ EXTRA_DIST = \
210 cadet.h cadet_protocol.h \ 211 cadet.h cadet_protocol.h \
211 test_cadet.conf \ 212 test_cadet.conf \
212 test_cadet_drop.conf 213 test_cadet_drop.conf
213