aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-05 14:26:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-05 14:26:28 +0000
commit8668628b998f2f40e8466d4d6d92faf1617abe08 (patch)
tree95629051cac46451e827ee073e606b6b0a2d60f0 /src/ats/Makefile.am
parentc61d3be2409ff04f763fbd5729c959171fdf8ba7 (diff)
downloadgnunet-8668628b998f2f40e8466d4d6d92faf1617abe08.tar.gz
gnunet-8668628b998f2f40e8466d4d6d92faf1617abe08.zip
add testbed
disable all connections in conf
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 40450d7f0..63593f7c0 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -252,14 +252,15 @@ perf_ats_simplistic_bandwidth_SOURCES = \
252 perf_ats.c 252 perf_ats.c
253perf_ats_simplistic_bandwidth_LDADD = \ 253perf_ats_simplistic_bandwidth_LDADD = \
254 $(top_builddir)/src/util/libgnunetutil.la \ 254 $(top_builddir)/src/util/libgnunetutil.la \
255 $(top_builddir)/src/ats/libgnunetats.la 255 $(top_builddir)/src/ats/libgnunetats.la \
256 $(top_builddir)/src/testbed/libgnunettestbed.la
256 257
257perf_ats_simplistic_delay_SOURCES = \ 258perf_ats_simplistic_delay_SOURCES = \
258 perf_ats.c 259 perf_ats.c
259perf_ats_simplistic_delay_LDADD = \ 260perf_ats_simplistic_delay_LDADD = \
260 $(top_builddir)/src/util/libgnunetutil.la \ 261 $(top_builddir)/src/util/libgnunetutil.la \
261 $(top_builddir)/src/ats/libgnunetats.la 262 $(top_builddir)/src/ats/libgnunetats.la \
262 263 $(top_builddir)/src/testbed/libgnunettestbed.la
263 264
264EXTRA_DIST = \ 265EXTRA_DIST = \
265 ats.h \ 266 ats.h \