aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authormarshall <stmr@umich.edu>2023-05-10 17:05:05 -0400
committermarshall <stmr@umich.edu>2023-07-18 11:12:14 -0400
commit15cda8eb2adf35d88afe9a2981688b5975facb78 (patch)
tree821986ab1111afaedce4ad8d0cba605050ca9fa7 /src/transport/Makefile.am
parent7e08ec5663903e8a1bbfeeee214d8b2d1ab07f15 (diff)
downloadgnunet-15cda8eb2adf35d88afe9a2981688b5975facb78.tar.gz
gnunet-15cda8eb2adf35d88afe9a2981688b5975facb78.zip
transport (QUIC): create starter file and update Makefile
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index eeafab840..91583af4b 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -219,7 +219,8 @@ libexec_PROGRAMS = \
219 gnunet-service-tng \ 219 gnunet-service-tng \
220 gnunet-communicator-unix \ 220 gnunet-communicator-unix \
221 gnunet-communicator-udp \ 221 gnunet-communicator-udp \
222 gnunet-communicator-tcp 222 gnunet-communicator-tcp \
223 gnunet-communicator-quic
223 224
224 225
225 226
@@ -269,6 +270,15 @@ gnunet_communicator_udp_LDADD = \
269 $(top_builddir)/src/util/libgnunetutil.la \ 270 $(top_builddir)/src/util/libgnunetutil.la \
270 $(LIBGCRYPT_LIBS) 271 $(LIBGCRYPT_LIBS)
271 272
273gnunet_communicator_quic_SOURCES = \
274 gnunet-communicator-quic.c
275gnunet_communicator_quic_LDADD = \
276 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
277 $(top_builddir)/src/nat/libgnunetnatnew.la \
278 $(top_builddir)/src/nt/libgnunetnt.la \
279 $(top_builddir)/src/statistics/libgnunetstatistics.la \
280 $(top_builddir)/src/util/libgnunetutil.la \
281 $(LIBGCRYPT_LIBS)
272 282
273gnunet_helper_transport_wlan_SOURCES = \ 283gnunet_helper_transport_wlan_SOURCES = \
274 gnunet-helper-transport-wlan.c 284 gnunet-helper-transport-wlan.c