aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-27 14:49:03 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-27 14:49:03 +0000
commit6b048559eadd3e57fda24a23d3f3b4681d4e1408 (patch)
tree88c6f0ab9f0dda3d090f95adfd365078e6ed3b1a /src/testbed/Makefile.am
parent57d4c0d631fc90945e92f264c841068a8be6565f (diff)
downloadgnunet-6b048559eadd3e57fda24a23d3f3b4681d4e1408.tar.gz
gnunet-6b048559eadd3e57fda24a23d3f3b4681d4e1408.zip
prepare testbed for #3675 by having an option to establish connections to ATS
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index edb4ae672..8b5d7457a 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -53,6 +53,7 @@ gnunet_service_testbed_LDADD = $(XLIB) \
53 $(top_builddir)/src/core/libgnunetcore.la \ 53 $(top_builddir)/src/core/libgnunetcore.la \
54 $(top_builddir)/src/hello/libgnunethello.la \ 54 $(top_builddir)/src/hello/libgnunethello.la \
55 $(top_builddir)/src/transport/libgnunettransport.la \ 55 $(top_builddir)/src/transport/libgnunettransport.la \
56 $(top_builddir)/src/ats/libgnunetats.la \
56 $(top_builddir)/src/testing/libgnunettesting.la \ 57 $(top_builddir)/src/testing/libgnunettesting.la \
57 libgnunettestbed.la \ 58 libgnunettestbed.la \
58 $(top_builddir)/src/arm/libgnunetarm.la \ 59 $(top_builddir)/src/arm/libgnunetarm.la \