diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2021-08-08 18:48:54 +0200 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2021-08-08 18:48:54 +0200 |
commit | b21d106cc36aea6e87aebd9c77a30f33286249e1 (patch) | |
tree | f64e6523c5538566f57062923717e799a43b681e /src/testing | |
parent | 7f0c3bfadc259f3caaf65bb7668058a81526bd28 (diff) |
-fix make dist; fix warningsv0.15.0
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/Makefile.am | 2 |
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 = \ libgnunettesting.la libgnunettesting_la_SOURCES = \ - testing.c \ + testing.c testing.h \ testing_api_cmd_system_create.c \ testing_api_cmd_batch.c \ testing_api_cmd_hello_world.c \ |