[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: transport: fix meson build
From: |
gnunet |
Subject: |
[gnunet] branch master updated: transport: fix meson build |
Date: |
Sun, 22 Dec 2024 12:33:24 +0100 |
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 75e5141e6 transport: fix meson build
75e5141e6 is described below
commit 75e5141e6a572d0e242bea7fd078e6ce89aba377
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Dec 22 12:33:21 2024 +0100
transport: fix meson build
---
src/service/transport/meson.build | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/service/transport/meson.build
b/src/service/transport/meson.build
index d625b4bda..2934a0df8 100644
--- a/src/service/transport/meson.build
+++ b/src/service/transport/meson.build
@@ -1,7 +1,7 @@
-libgnunettransportapplication_src = ['transport_api2_application.c']
-libgnunettransportcore_src = ['transport_api2_core.c']
-libgnunettransportcommunicator_src = ['transport_api2_communication.c']
-libgnunettransportmonitor_src = ['transport_api2_monitor.c']
+libgnunettransportapplication_src = ['transport_api_application.c']
+libgnunettransportcore_src = ['transport_api_core.c']
+libgnunettransportcommunicator_src = ['transport_api_communication.c']
+libgnunettransportmonitor_src = ['transport_api_monitor.c']
gnunetservicetransport_src = ['gnunet-service-transport.c']
gnunetcommunicatortcp_src = ['gnunet-communicator-tcp.c']
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: transport: fix meson build,
gnunet <=