aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authormarshall <stmr@umich.edu>2023-05-30 10:05:17 -0400
committermarshall <stmr@umich.edu>2023-07-18 11:12:15 -0400
commitb03f8176d38ca4f1ec1ce70507bf336c2cd0045c (patch)
tree0843e165413bd58f04c47d1a4a6329ff83f628d9 /src/transport/Makefile.am
parentc34b23bd1d3721f83dc8f01803acb074fb272a74 (diff)
downloadgnunet-b03f8176d38ca4f1ec1ce70507bf336c2cd0045c.tar.gz
gnunet-b03f8176d38ca4f1ec1ce70507bf336c2cd0045c.zip
transport (quic): link quiche w/ quic communicator
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 1f18d6f34..4a2e185cf 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -280,6 +280,7 @@ gnunet_communicator_quic_LDADD = \
280 $(top_builddir)/src/nt/libgnunetnt.la \ 280 $(top_builddir)/src/nt/libgnunetnt.la \
281 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 281 $(top_builddir)/src/statistics/libgnunetstatistics.la \
282 $(top_builddir)/src/util/libgnunetutil.la \ 282 $(top_builddir)/src/util/libgnunetutil.la \
283 -lquiche \
283 $(LIBGCRYPT_LIBS) 284 $(LIBGCRYPT_LIBS)
284 285
285gnunet_helper_transport_wlan_SOURCES = \ 286gnunet_helper_transport_wlan_SOURCES = \