aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 7a59670cb..740be2742 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -96,7 +96,6 @@ libgnunettestbed_la_SOURCES = \
96 testbed_api_hosts.c testbed_api_hosts.h testbed_helper.h \ 96 testbed_api_hosts.c testbed_api_hosts.h testbed_helper.h \
97 testbed_api_cmd_controller.c \ 97 testbed_api_cmd_controller.c \
98 testbed_api_cmd_peer.c \ 98 testbed_api_cmd_peer.c \
99 testbed_api_cmd_service.c \
100 testbed_api_operations.c testbed_api_operations.h \ 99 testbed_api_operations.c testbed_api_operations.h \
101 testbed_api_peers.c testbed_api_peers.h \ 100 testbed_api_peers.c testbed_api_peers.h \
102 testbed_api_services.c \ 101 testbed_api_services.c \
@@ -195,12 +194,6 @@ if ENABLE_TEST_RUN
195 $(underlay_testcases) 194 $(underlay_testcases)
196endif 195endif
197 196
198test_testbed_api_hosts_SOURCES = \
199 test_testbed_api_hosts.c
200test_testbed_api_hosts_LDADD = \
201 $(top_builddir)/src/util/libgnunetutil.la \
202 libgnunettestbed.la
203
204test_testbed_api_SOURCES = \ 197test_testbed_api_SOURCES = \
205 test_testbed_api.c 198 test_testbed_api.c
206test_testbed_api_LDADD = \ 199test_testbed_api_LDADD = \