aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-23 10:31:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-23 10:31:31 +0000
commitfa6b31337f6a83bb14586f7afa0335e559454e9e (patch)
treeeabb95f7a80690084b04bf773b95bf3dc6eb2893 /src/ats-tests/Makefile.am
parent722f875a3021d076a1068e5a9522afaf54f92282 (diff)
downloadgnunet-fa6b31337f6a83bb14586f7afa0335e559454e9e.tar.gz
gnunet-fa6b31337f6a83bb14586f7afa0335e559454e9e.zip
traffic generation
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r--src/ats-tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index abb0988fc..5753abea1 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -52,7 +52,7 @@ noinst_PROGRAMS = \
52 gnunet-ats-sim 52 gnunet-ats-sim
53 53
54libgnunetatstesting_la_SOURCES = \ 54libgnunetatstesting_la_SOURCES = \
55 ats-testing.c ats-testing-log.c ats-testing.h 55 ats-testing.c ats-testing-log.c ats-testing-traffic.c ats-testing.h
56libgnunetatstesting_la_LIBADD = \ 56libgnunetatstesting_la_LIBADD = \
57 $(top_builddir)/src/transport/libgnunettransport.la \ 57 $(top_builddir)/src/transport/libgnunettransport.la \
58 $(top_builddir)/src/hello/libgnunethello.la \ 58 $(top_builddir)/src/hello/libgnunethello.la \
@@ -316,6 +316,7 @@ perf_ats_ril_transport_latency_DEPENDENCIES = \
316 $(top_builddir)/src/util/libgnunetutil.la 316 $(top_builddir)/src/util/libgnunetutil.la
317 317
318EXTRA_DIST = \ 318EXTRA_DIST = \
319 gnunet_ats_sim_default.conf \
319 perf_ats_proportional_none.conf \ 320 perf_ats_proportional_none.conf \
320 perf_ats_proportional_bandwidth.conf \ 321 perf_ats_proportional_bandwidth.conf \
321 perf_ats_proportional_latency.conf \ 322 perf_ats_proportional_latency.conf \