diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-26 21:53:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-26 21:53:17 +0200 |
commit | 5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c (patch) | |
tree | acbe94d306c6196c9fe18fea097df720838186c5 | |
parent | 7908094663ed24359c71669ecda2e37135f4395f (diff) |
-fix FTBFS
-rw-r--r-- | src/testbed/Makefile.am | 6 |
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 = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la +test_testbed_api_hosts_SOURCES = \ + test_testbed_api_hosts.c +test_testbed_api_hosts_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + test_testbed_api_controllerlink_SOURCES = \ test_testbed_api_controllerlink.c test_testbed_api_controllerlink_LDADD = \ |