gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: transport: add experimental/quiche guard


From: gnunet
Subject: [gnunet] branch master updated: transport: add experimental/quiche guards
Date: Tue, 18 Jul 2023 18:42:17 +0200

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

marshall pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4a6e51e3f transport: add experimental/quiche guards
4a6e51e3f is described below

commit 4a6e51e3fdec22f4ae368218d53da92524a09d47
Author: marshall <stmr@umich.edu>
AuthorDate: Tue Jul 18 12:34:50 2023 -0400

    transport: add experimental/quiche guards
---
 src/transport/Makefile.am | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 4a2e185cf..ec036a4c6 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -219,9 +219,13 @@ libexec_PROGRAMS = \
  gnunet-service-tng \
  gnunet-communicator-unix \
  gnunet-communicator-udp \
- gnunet-communicator-tcp \
+ gnunet-communicator-tcp
+if HAVE_EXPERIMENTAL
+if HAVE_QUICHE
+libexec_PROGRAMS += \
  gnunet-communicator-quic
-
+endif
+endif
 
 
 bin_PROGRAMS = \
@@ -270,6 +274,8 @@ gnunet_communicator_udp_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(LIBGCRYPT_LIBS)
 
+if HAVE_EXPERIMENTAL
+if HAVE_QUICHE
 gnunet_communicator_quic_SOURCES = \
   gnunet-communicator-quic.c
 gnunet_communicator_quic_LDADD = \
@@ -282,6 +288,8 @@ gnunet_communicator_quic_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   -lquiche \
   $(LIBGCRYPT_LIBS)
+endif
+endif
 
 gnunet_helper_transport_wlan_SOURCES = \
  gnunet-helper-transport-wlan.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]