aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
committerxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
commitdfcab34c5af80c0068299bacb16ffc461bf3c1ad (patch)
tree8456693cfc19b226337fcc87e4c6be9e1c7e3f3c /src/ats-tests
parent90261cefc0f0417fe34e32f459b892e7b10286eb (diff)
downloadgnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.tar.gz
gnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.zip
add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
Diffstat (limited to 'src/ats-tests')
-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 c965fcc9f..1375d1505 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -64,6 +64,8 @@ gnunet_ats_sim_LDADD = \
64gnunet_ats_sim_DEPENDENCIES = \ 64gnunet_ats_sim_DEPENDENCIES = \
65 libgnunetatstesting.la \ 65 libgnunetatstesting.la \
66 $(top_builddir)/src/util/libgnunetutil.la 66 $(top_builddir)/src/util/libgnunetutil.la
67gnunet_ats_sim_LDFLAGS = \
68 $(GN_LIBINTL)
67 69
68 70
69gnunet_solver_eval_SOURCES = \ 71gnunet_solver_eval_SOURCES = \
@@ -75,6 +77,8 @@ gnunet_solver_eval_LDADD = \
75 $(top_builddir)/src/transport/libgnunettransport.la 77 $(top_builddir)/src/transport/libgnunettransport.la
76gnunet_solver_eval_DEPENDENCIES = \ 78gnunet_solver_eval_DEPENDENCIES = \
77 $(top_builddir)/src/util/libgnunetutil.la 79 $(top_builddir)/src/util/libgnunetutil.la
80gnunet_solver_eval_LDFLAGS = \
81 $(GN_LIBINTL)
78 82
79perf_ats_proportional_core_none_SOURCES = \ 83perf_ats_proportional_core_none_SOURCES = \
80 perf_ats.c 84 perf_ats.c