aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-29 14:32:42 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-29 14:32:42 +0000
commit4b812b044b52c4260f79e84dbea9bb38fad4395d (patch)
treec108fcf6680e62e07d1abf4e84f9bd7823cd9a6c /src/transport/Makefile.am
parentf88a14b5347c832574a9862e49ebed59353ac6bf (diff)
downloadgnunet-4b812b044b52c4260f79e84dbea9bb38fad4395d.tar.gz
gnunet-4b812b044b52c4260f79e84dbea9bb38fad4395d.zip
preparations for replacing try_connect from gnunet-transport-profiler.
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 001681181..7cd4596df 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -228,6 +228,7 @@ gnunet_transport_profiler_LDADD = \
228 libgnunettransport.la \ 228 libgnunettransport.la \
229 $(top_builddir)/src/nat/libgnunetnat.la \ 229 $(top_builddir)/src/nat/libgnunetnat.la \
230 $(top_builddir)/src/hello/libgnunethello.la \ 230 $(top_builddir)/src/hello/libgnunethello.la \
231 $(top_builddir)/src/ats/libgnunetats.la \
231 $(top_builddir)/src/util/libgnunetutil.la \ 232 $(top_builddir)/src/util/libgnunetutil.la \
232 $(GN_LIBINTL) 233 $(GN_LIBINTL)
233 234