aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authormarshall <stmr@umich.edu>2023-05-25 11:26:15 -0400
committermarshall <stmr@umich.edu>2023-07-18 11:12:15 -0400
commitf0ffba50fab4420e0466e8b40cdb364df3552040 (patch)
tree64ebca80bf4cc098030cea3c6931b3609079bcb2 /src/transport/Makefile.am
parent0829ffc326a0ab7cbc85dad30c43ec6150a8bfb1 (diff)
downloadgnunet-f0ffba50fab4420e0466e8b40cdb364df3552040.tar.gz
gnunet-f0ffba50fab4420e0466e8b40cdb364df3552040.zip
transport (quic): Makefile.am add necessary linker flags
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 = \
273gnunet_communicator_quic_SOURCES = \ 273gnunet_communicator_quic_SOURCES = \
274 gnunet-communicator-quic.c 274 gnunet-communicator-quic.c
275gnunet_communicator_quic_LDADD = \ 275gnunet_communicator_quic_LDADD = \
276 libgnunettransportapplication.la \
277 libgnunettransportcommunicator.la \
276 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 278 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
277 $(top_builddir)/src/nat/libgnunetnatnew.la \ 279 $(top_builddir)/src/nat/libgnunetnatnew.la \
278 $(top_builddir)/src/nt/libgnunetnt.la \ 280 $(top_builddir)/src/nt/libgnunetnt.la \