aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-18 13:47:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-18 13:47:35 +0200
commita7d06945b117bf044cda8da2fc1b6d109519b0ab (patch)
tree389c461d0e9f439b5c8b170eea088479c55dbaf6 /src/ats-tests
parent93473ba6b51f1b75959a25602036195c0df0e315 (diff)
downloadgnunet-a7d06945b117bf044cda8da2fc1b6d109519b0ab.tar.gz
gnunet-a7d06945b117bf044cda8da2fc1b6d109519b0ab.zip
fix debian package 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 00a312a72..543fed287 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -47,6 +47,7 @@ libgnunetatstesting_la_LIBADD = \
47 $(top_builddir)/src/transport/libgnunettransport.la \ 47 $(top_builddir)/src/transport/libgnunettransport.la \
48 $(top_builddir)/src/hello/libgnunethello.la \ 48 $(top_builddir)/src/hello/libgnunethello.la \
49 $(top_builddir)/src/ats/libgnunetats.la \ 49 $(top_builddir)/src/ats/libgnunetats.la \
50 $(top_builddir)/src/arm/libgnunetarm.la \
50 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \
51 $(GN_LIBINTL) 52 $(GN_LIBINTL)
52libgnunetatstesting_la_DEPENDENCIES = \ 53libgnunetatstesting_la_DEPENDENCIES = \