aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-15 20:55:59 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-15 20:55:59 +0100
commitf48595ede523757350ea8e4557dca37f72694d58 (patch)
treef421c9891e19df712c357dbc30ab0e4f34517734 /src/ats-tests
parent2bfe0e3389e8ac21514a8f1fe7a7096bdad6ff08 (diff)
downloadgnunet-f48595ede523757350ea8e4557dca37f72694d58.tar.gz
gnunet-f48595ede523757350ea8e4557dca37f72694d58.zip
fix dist build
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 c85645b9d..83f9e1b6a 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -60,6 +60,7 @@ libgnunetatstesting_la_SOURCES = \
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/core/libgnunetcore.la \
63 $(top_builddir)/src/transport/libgnunettransport.la \
63 $(top_builddir)/src/ats/libgnunetats.la \ 64 $(top_builddir)/src/ats/libgnunetats.la \
64 $(top_builddir)/src/util/libgnunetutil.la \ 65 $(top_builddir)/src/util/libgnunetutil.la \
65 $(GN_LIBINTL) 66 $(GN_LIBINTL)