aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-21 16:27:55 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-21 16:27:55 +0000
commitf15624031417464fa72c659be7e0be8db55a909b (patch)
tree431a51f38b9516f56dc6d38e347fef0abade1b51 /src/ats-tests/Makefile.am
parent1f3f45c08b82899a5350633dc6f1030216a1e150 (diff)
downloadgnunet-f15624031417464fa72c659be7e0be8db55a909b.tar.gz
gnunet-f15624031417464fa72c659be7e0be8db55a909b.zip
not yet finished: moving perf_ats to testing
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r--src/ats-tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 8a90c6994..f6fed4ced 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -91,10 +91,14 @@ perf_ats_proportional_transport_none_SOURCES = \
91 perf_ats.c perf_ats_logging.c 91 perf_ats.c perf_ats_logging.c
92perf_ats_proportional_transport_none_LDADD = \ 92perf_ats_proportional_transport_none_LDADD = \
93 $(top_builddir)/src/util/libgnunetutil.la \ 93 $(top_builddir)/src/util/libgnunetutil.la \
94 $(top_builddir)/src/ats-tests/libgnunetatstesting.la \
94 $(top_builddir)/src/testbed/libgnunettestbed.la \ 95 $(top_builddir)/src/testbed/libgnunettestbed.la \
95 $(top_builddir)/src/ats/libgnunetats.la \ 96 $(top_builddir)/src/ats/libgnunetats.la \
96 $(top_builddir)/src/core/libgnunetcore.la \ 97 $(top_builddir)/src/core/libgnunetcore.la \
97 $(top_builddir)/src/transport/libgnunettransport.la 98 $(top_builddir)/src/transport/libgnunettransport.la
99gnunet_ats_sim_DEPENDENCIES = \
100 $(top_builddir)/src/ats-tests/libgnunetatstesting.la \
101 $(top_builddir)/src/util/libgnunetutil.la
98 102
99perf_ats_proportional_core_bandwidth_SOURCES = \ 103perf_ats_proportional_core_bandwidth_SOURCES = \
100 perf_ats.c perf_ats_logging.c 104 perf_ats.c perf_ats_logging.c