aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorBertrand Marc <bmarc@debian.org>2020-07-04 19:06:49 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:19:53 +0200
commit1d417dcd0f4743976ddeecb397cb1cd8fde2f053 (patch)
tree5bfbc9d645f0a615238b4e2e7cc466252ede667c /src/ats-tests
parente31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 (diff)
downloadgnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.tar.gz
gnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.zip
Fix_build_dependencies
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 1375d1505..cc30f660a 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -41,8 +41,10 @@ libgnunetatstesting_la_SOURCES = \
41 ats-testing-experiment.c ats-testing-preferences.c 41 ats-testing-experiment.c ats-testing-preferences.c
42libgnunetatstesting_la_LIBADD = \ 42libgnunetatstesting_la_LIBADD = \
43 $(top_builddir)/src/testbed/libgnunettestbed.la \ 43 $(top_builddir)/src/testbed/libgnunettestbed.la \
44 $(top_builddir)/src/statistics/libgnunetstatistics.la \
44 $(top_builddir)/src/core/libgnunetcore.la \ 45 $(top_builddir)/src/core/libgnunetcore.la \
45 $(top_builddir)/src/transport/libgnunettransport.la \ 46 $(top_builddir)/src/transport/libgnunettransport.la \
47 $(top_builddir)/src/hello/libgnunethello.la \
46 $(top_builddir)/src/ats/libgnunetats.la \ 48 $(top_builddir)/src/ats/libgnunetats.la \
47 $(top_builddir)/src/util/libgnunetutil.la \ 49 $(top_builddir)/src/util/libgnunetutil.la \
48 $(GN_LIBINTL) 50 $(GN_LIBINTL)