aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r--src/ats-tests/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index aa303c870..a8eb07196 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -50,7 +50,7 @@ TESTS = $(check_PROGRAMS)
50endif 50endif
51 51
52noinst_PROGRAMS = \ 52noinst_PROGRAMS = \
53 gnunet-ats-sim 53 gnunet-ats-sim gnunet-solver-eval
54 54
55libgnunetatstesting_la_SOURCES = \ 55libgnunetatstesting_la_SOURCES = \
56 ats-testing.c ats-testing-log.c ats-testing-traffic.c \ 56 ats-testing.c ats-testing-log.c ats-testing-traffic.c \
@@ -80,6 +80,17 @@ gnunet_ats_sim_DEPENDENCIES = \
80 $(top_builddir)/src/util/libgnunetutil.la 80 $(top_builddir)/src/util/libgnunetutil.la
81 81
82 82
83gnunet_solver_eval_SOURCES = \
84 gnunet-solver-eval.c
85gnunet_solver_eval_LDADD = \
86 $(top_builddir)/src/util/libgnunetutil.la \
87 $(top_builddir)/src/ats/libgnunetats.la \
88 $(top_builddir)/src/core/libgnunetcore.la \
89 $(top_builddir)/src/transport/libgnunettransport.la
90gnunet_solver_eval_DEPENDENCIES = \
91 $(top_builddir)/src/util/libgnunetutil.la
92
93
83perf_ats_proportional_core_none_SOURCES = \ 94perf_ats_proportional_core_none_SOURCES = \
84 perf_ats.c 95 perf_ats.c
85perf_ats_proportional_core_none_LDADD = \ 96perf_ats_proportional_core_none_LDADD = \