aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 21:53:17 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 21:53:17 +0200
commit5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c (patch)
treeacbe94d306c6196c9fe18fea097df720838186c5 /src
parent7908094663ed24359c71669ecda2e37135f4395f (diff)
downloadgnunet-5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c.tar.gz
gnunet-5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c.zip
-fix FTBFS
Diffstat (limited to 'src')
-rw-r--r--src/testbed/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 740be2742..a1fe0b8b4 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -228,6 +228,12 @@ test_testbed_api_operations_LDADD = \
228 $(top_builddir)/src/util/libgnunetutil.la \ 228 $(top_builddir)/src/util/libgnunetutil.la \
229 libgnunettestbed.la 229 libgnunettestbed.la
230 230
231test_testbed_api_hosts_SOURCES = \
232 test_testbed_api_hosts.c
233test_testbed_api_hosts_LDADD = \
234 $(top_builddir)/src/util/libgnunetutil.la \
235 libgnunettestbed.la
236
231test_testbed_api_controllerlink_SOURCES = \ 237test_testbed_api_controllerlink_SOURCES = \
232 test_testbed_api_controllerlink.c 238 test_testbed_api_controllerlink.c
233test_testbed_api_controllerlink_LDADD = \ 239test_testbed_api_controllerlink_LDADD = \