aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-21 16:31:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-21 16:31:38 +0000
commit3f64fee3bd8ad3d97e13082e59f434f34326314d (patch)
treea63a44bb5b640547782d608a6a850753215371f7 /src/ats-tests/Makefile.am
parentf15624031417464fa72c659be7e0be8db55a909b (diff)
downloadgnunet-3f64fee3bd8ad3d97e13082e59f434f34326314d.tar.gz
gnunet-3f64fee3bd8ad3d97e13082e59f434f34326314d.zip
fixes
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r--src/ats-tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index f6fed4ced..22b5592a8 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -82,10 +82,14 @@ perf_ats_proportional_core_none_SOURCES = \
82 perf_ats.c perf_ats_logging.c perf_ats.h 82 perf_ats.c perf_ats_logging.c perf_ats.h
83perf_ats_proportional_core_none_LDADD = \ 83perf_ats_proportional_core_none_LDADD = \
84 $(top_builddir)/src/util/libgnunetutil.la \ 84 $(top_builddir)/src/util/libgnunetutil.la \
85 $(top_builddir)/src/ats-tests/libgnunetatstesting.la \
85 $(top_builddir)/src/testbed/libgnunettestbed.la \ 86 $(top_builddir)/src/testbed/libgnunettestbed.la \
86 $(top_builddir)/src/ats/libgnunetats.la \ 87 $(top_builddir)/src/ats/libgnunetats.la \
87 $(top_builddir)/src/core/libgnunetcore.la \ 88 $(top_builddir)/src/core/libgnunetcore.la \
88 $(top_builddir)/src/transport/libgnunettransport.la 89 $(top_builddir)/src/transport/libgnunettransport.la
90perf_ats_proportional_core_DEPENDENCIES = \
91 $(top_builddir)/src/ats-tests/libgnunetatstesting.la \
92 $(top_builddir)/src/util/libgnunetutil.la
89 93
90perf_ats_proportional_transport_none_SOURCES = \ 94perf_ats_proportional_transport_none_SOURCES = \
91 perf_ats.c perf_ats_logging.c 95 perf_ats.c perf_ats_logging.c
@@ -96,7 +100,7 @@ perf_ats_proportional_transport_none_LDADD = \
96 $(top_builddir)/src/ats/libgnunetats.la \ 100 $(top_builddir)/src/ats/libgnunetats.la \
97 $(top_builddir)/src/core/libgnunetcore.la \ 101 $(top_builddir)/src/core/libgnunetcore.la \
98 $(top_builddir)/src/transport/libgnunettransport.la 102 $(top_builddir)/src/transport/libgnunettransport.la
99gnunet_ats_sim_DEPENDENCIES = \ 103perf_ats_proportional_transport_DEPENDENCIES = \
100 $(top_builddir)/src/ats-tests/libgnunetatstesting.la \ 104 $(top_builddir)/src/ats-tests/libgnunetatstesting.la \
101 $(top_builddir)/src/util/libgnunetutil.la 105 $(top_builddir)/src/util/libgnunetutil.la
102 106