gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: testing: fix missing file in dist


From: gnunet
Subject: [gnunet] branch master updated: testing: fix missing file in dist
Date: Wed, 22 May 2024 19:17:19 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 495253360 testing: fix missing file in dist
495253360 is described below

commit 495253360f488e648500b8b7907ea3c423069a9b
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed May 22 19:17:15 2024 +0200

    testing: fix missing file in dist
---
 src/lib/testing/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/testing/Makefile.am b/src/lib/testing/Makefile.am
index 077ea4447..95fc30f86 100644
--- a/src/lib/testing/Makefile.am
+++ b/src/lib/testing/Makefile.am
@@ -17,7 +17,7 @@ lib_LTLIBRARIES = \
   libgnunettesting.la
 
 gnunet_cmds_helper_SOURCES = \
-  gnunet-cmds-helper.c
+  gnunet-cmds-helper.c testing_cmds.h
 gnunet_cmds_helper_LDADD = $(XLIB) \
   libgnunettesting.la \
   $(top_builddir)/src/lib/util/libgnunetutil.la \
@@ -35,7 +35,7 @@ libgnunettesting_la_SOURCES = \
   testing_api_cmd_netjail_start_cmds_helper.c \
   testing_api_cmd_signal.c \
   testing_api_cmd_stat.c \
-  testing_api_cmds.c \
+  testing_api_cmds.c testing_cmds.h \
   testing_api_loop.c testing_api_loop.h \
   testing_api_main.c \
   testing_api_traits.c \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]