aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-03-29 10:01:00 +0200
committert3sserakt <t3ss@posteo.de>2021-03-29 10:35:03 +0200
commite64b28a891c2366d4b599ea5b1d4308a5bba2a27 (patch)
treec86f32d76ffb3142ded43dec3c0dce39dce13d01 /src/testbed/Makefile.am
parent3515b8cb39b2c240a6d4af298d83862fb7a502d0 (diff)
downloadgnunet-e64b28a891c2366d4b599ea5b1d4308a5bba2a27.tar.gz
gnunet-e64b28a891c2366d4b599ea5b1d4308a5bba2a27.zip
- added testbed commands
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 7c1e217bb..7a59670cb 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -94,6 +94,9 @@ lib_LTLIBRARIES = \
94libgnunettestbed_la_SOURCES = \ 94libgnunettestbed_la_SOURCES = \
95 testbed_api.c testbed_api.h testbed.h \ 95 testbed_api.c testbed_api.h testbed.h \
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 \
98 testbed_api_cmd_peer.c \
99 testbed_api_cmd_service.c \
97 testbed_api_operations.c testbed_api_operations.h \ 100 testbed_api_operations.c testbed_api_operations.h \
98 testbed_api_peers.c testbed_api_peers.h \ 101 testbed_api_peers.c testbed_api_peers.h \
99 testbed_api_services.c \ 102 testbed_api_services.c \