gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 07/32: transport (quic): Makefile.am add necessary linker flags


From: gnunet
Subject: [gnunet] 07/32: transport (quic): Makefile.am add necessary linker flags
Date: Tue, 18 Jul 2023 17:15:56 +0200

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

marshall pushed a commit to branch master
in repository gnunet.

commit f0ffba50fab4420e0466e8b40cdb364df3552040
Author: marshall <stmr@umich.edu>
AuthorDate: Thu May 25 11:26:15 2023 -0400

    transport (quic): Makefile.am add necessary linker flags
---
 src/transport/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 91583af4b..1f18d6f34 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -273,6 +273,8 @@ gnunet_communicator_udp_LDADD = \
 gnunet_communicator_quic_SOURCES = \
   gnunet-communicator-quic.c
 gnunet_communicator_quic_LDADD = \
+  libgnunettransportapplication.la \
+  libgnunettransportcommunicator.la \
   $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
   $(top_builddir)/src/nat/libgnunetnatnew.la \
   $(top_builddir)/src/nt/libgnunetnt.la \

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