aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = \