aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-24 14:30:45 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-24 14:30:45 +0200
commit9409d917c44b812c2f7f5edfb2f464753294a4a6 (patch)
treeaa010ee5218ddb4ffc30abbca99cd784a4825938 /src/ats-tests
parent923ba3b333068b0c925c35661f5ed4c0475e9ebd (diff)
downloadgnunet-9409d917c44b812c2f7f5edfb2f464753294a4a6.tar.gz
gnunet-9409d917c44b812c2f7f5edfb2f464753294a4a6.zip
add missing linker option
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 53b37b558..c85645b9d 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -59,6 +59,7 @@ libgnunetatstesting_la_SOURCES = \
59 ats-testing-experiment.c ats-testing-preferences.c 59 ats-testing-experiment.c ats-testing-preferences.c
60libgnunetatstesting_la_LIBADD = \ 60libgnunetatstesting_la_LIBADD = \
61 $(top_builddir)/src/testbed/libgnunettestbed.la \ 61 $(top_builddir)/src/testbed/libgnunettestbed.la \
62 $(top_builddir)/src/core/libgnunetcore.la \
62 $(top_builddir)/src/ats/libgnunetats.la \ 63 $(top_builddir)/src/ats/libgnunetats.la \
63 $(top_builddir)/src/util/libgnunetutil.la \ 64 $(top_builddir)/src/util/libgnunetutil.la \
64 $(GN_LIBINTL) 65 $(GN_LIBINTL)