gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: meson: readd transport service(tng)


From: gnunet
Subject: [gnunet] 02/02: meson: readd transport service(tng)
Date: Sun, 15 Oct 2023 12:18:47 +0200

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

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

commit 602a4eba69481427bcc54d18d5503282c9049551
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Oct 15 12:18:41 2023 +0200

    meson: readd transport service(tng)
---
 src/transport/meson.build | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/src/transport/meson.build b/src/transport/meson.build
index 423bfc8a5..65a2beeb3 100644
--- a/src/transport/meson.build
+++ b/src/transport/meson.build
@@ -3,7 +3,7 @@ libgnunettransportcore_src = ['transport_api2_core.c']
 libgnunettransportcommunicator_src = ['transport_api2_communication.c']
 libgnunettransportmonitor_src = ['transport_api2_monitor.c']
 
-gnunetservicetransport_src = ['gnunet-service-tng.c']
+gnunetservicetransport_src = ['gnunet-service-transport.c']
 gnunetcommunicatortcp_src = ['gnunet-communicator-tcp.c']
 gnunetcommunicatorudp_src = ['gnunet-communicator-udp.c']
 gnunetcommunicatorunix_src = ['gnunet-communicator-unix.c']
@@ -104,6 +104,19 @@ libgnunettransporttesting2 = 
library('gnunettransporttesting2',
         install_dir: get_option('libdir'))
 libgnunettransporttesting2_dep = declare_dependency(link_with : 
libgnunettransporttesting2)
 
+executable ('gnunet-service-transport',
+            gnunetservicetransport_src,
+            dependencies: [libgnunettransportcommunicator_dep,
+                           libgnunetpeerstore_dep,
+                           libgnunetstatistics_dep,
+                           libgnunethello_dep,
+                           libgnunetnat_dep,
+                           gcrypt_dep,
+                           libgnunetutil_dep],
+            include_directories: [incdir, configuration_inc],
+            install: true,
+            install_dir: get_option('libdir') / 'gnunet' / 'libexec')
+
 executable ('gnunet-communicator-unix',
             gnunetcommunicatorunix_src,
             dependencies: [libgnunettransportcommunicator_dep,

-- 
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]