aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-08-08 18:48:54 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2021-08-08 18:48:54 +0200
commitb21d106cc36aea6e87aebd9c77a30f33286249e1 (patch)
treef64e6523c5538566f57062923717e799a43b681e /src/testing/Makefile.am
parent7f0c3bfadc259f3caaf65bb7668058a81526bd28 (diff)
downloadgnunet-b21d106cc36aea6e87aebd9c77a30f33286249e1.tar.gz
gnunet-b21d106cc36aea6e87aebd9c77a30f33286249e1.zip
-fix make dist; fix warningsv0.15.0
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 868e3fcec..8b28e6e23 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -15,7 +15,7 @@ lib_LTLIBRARIES = \
15 libgnunettesting.la 15 libgnunettesting.la
16 16
17libgnunettesting_la_SOURCES = \ 17libgnunettesting_la_SOURCES = \
18 testing.c \ 18 testing.c testing.h \
19 testing_api_cmd_system_create.c \ 19 testing_api_cmd_system_create.c \
20 testing_api_cmd_batch.c \ 20 testing_api_cmd_batch.c \
21 testing_api_cmd_hello_world.c \ 21 testing_api_cmd_hello_world.c \