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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index a281f0458..1662220b7 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -48,7 +48,7 @@ TESTS = $(check_PROGRAMS)
48endif 48endif
49 49
50perf_ats_proportional_core_none_SOURCES = \ 50perf_ats_proportional_core_none_SOURCES = \
51 perf_ats.c 51 perf_ats.c perf_ats_logging.c
52perf_ats_proportional_core_none_LDADD = \ 52perf_ats_proportional_core_none_LDADD = \
53 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
54 $(top_builddir)/src/testbed/libgnunettestbed.la \ 54 $(top_builddir)/src/testbed/libgnunettestbed.la \
@@ -57,7 +57,7 @@ perf_ats_proportional_core_none_LDADD = \
57 $(top_builddir)/src/transport/libgnunettransport.la 57 $(top_builddir)/src/transport/libgnunettransport.la
58 58
59perf_ats_proportional_transport_none_SOURCES = \ 59perf_ats_proportional_transport_none_SOURCES = \
60 perf_ats.c 60 perf_ats.c perf_ats_logging.c
61perf_ats_proportional_transport_none_LDADD = \ 61perf_ats_proportional_transport_none_LDADD = \
62 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
63 $(top_builddir)/src/testbed/libgnunettestbed.la \ 63 $(top_builddir)/src/testbed/libgnunettestbed.la \