diff options
-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 = \ |