[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -rename fest
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -rename fest |
Date: |
Mon, 20 May 2024 17:41:41 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 4a315e931 -rename fest
4a315e931 is described below
commit 4a315e931980a93a9a1d81f7586eb55d7c99dc7b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon May 20 17:41:36 2024 +0200
-rename fest
---
src/service/core/Makefile.am | 12 ++++++------
...onnecting_peers.c => testing_core_cmd_connecting_peers.c} | 0
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/service/core/Makefile.am b/src/service/core/Makefile.am
index 5799f9a9a..9f43718f0 100644
--- a/src/service/core/Makefile.am
+++ b/src/service/core/Makefile.am
@@ -35,13 +35,13 @@ libgnunetcore_la_LDFLAGS = \
libgnunet_test_core_plugin_cmd_just_run_la_SOURCES = \
test_core_plugin_cmd_just_run.c
libgnunet_test_core_plugin_cmd_just_run_la_LIBADD = \
- libgnunetcoretesting.la \
+ libgnunettestingcore.la \
+ $(top_builddir)/src/service/transport/libgnunettestingtransport.la \
+ $(top_builddir)/src/lib/testing/libgnunettesting.la \
$(top_builddir)/src/service/transport/libgnunettransportapplication.la \
$(top_builddir)/src/service/transport/libgnunettransportcore.la \
$(top_builddir)/src/lib/hello/libgnunethello.la \
$(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
- $(top_builddir)/src/service/transport/libgnunettransporttesting2.la \
- $(top_builddir)/src/lib/testing/libgnunettesting.la \
$(top_builddir)/src/service/statistics/libgnunetstatistics.la \
$(top_builddir)/src/service/arm/libgnunetarm.la \
$(top_builddir)/src/lib/util/libgnunetutil.la \
@@ -50,17 +50,17 @@ libgnunet_test_core_plugin_cmd_just_run_la_LDFLAGS = \
$(GN_PLUGIN_LDFLAGS)
libgnunettestingcore_la_SOURCES = \
- core_api_cmd_connecting_peers.c
+ testing_core_cmd_connecting_peers.c
libgnunettestingcore_la_LIBADD = \
$(top_builddir)/src/lib/testing/libgnunettesting.la \
+ $(top_builddir)/src/service/transport/libgnunettestingtransport.la \
$(top_builddir)/src/service/arm/libgnunetarm.la \
$(top_builddir)/src/service/transport/libgnunettransportapplication.la \
- $(top_builddir)/src/service/transport/libgnunettransporttesting2.la \
$(top_builddir)/src/lib/hello/libgnunethello.la \
$(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
$(top_builddir)/src/service/transport/libgnunettransportcore.la \
$(top_builddir)/src/lib/util/libgnunetutil.la
-libgnunetcoretesting_la_LDFLAGS = \
+libgnunettestingcore_la_LDFLAGS = \
$(GN_LIBINTL) \
$(GN_LIB_LDFLAGS) \
-version-info 0:0:0
diff --git a/src/service/core/core_api_cmd_connecting_peers.c
b/src/service/core/testing_core_cmd_connecting_peers.c
similarity index 100%
rename from src/service/core/core_api_cmd_connecting_peers.c
rename to src/service/core/testing_core_cmd_connecting_peers.c
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.