aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-13 23:19:32 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-13 23:19:32 +0200
commit5db905d02e078e7b85992bd5ddbdadfae9ca5c08 (patch)
tree0fd727a83f3fe0cc0e72f770f08668d792bbd9c9 /src/transport/Makefile.am
parent76b2084cdea123ac6a6886aacfea5bed5bb2755e (diff)
downloadgnunet-5db905d02e078e7b85992bd5ddbdadfae9ca5c08.tar.gz
gnunet-5db905d02e078e7b85992bd5ddbdadfae9ca5c08.zip
ftbfs with removed libgnunetnt
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index ef84fa003..eb644706c 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -138,7 +138,6 @@ gnunet_communicator_tcp_LDADD = \
138 libgnunettransportcommunicator.la \ 138 libgnunettransportcommunicator.la \
139 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 139 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
140 $(top_builddir)/src/nat/libgnunetnatnew.la \ 140 $(top_builddir)/src/nat/libgnunetnatnew.la \
141 $(top_builddir)/src/nt/libgnunetnt.la \
142 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 141 $(top_builddir)/src/statistics/libgnunetstatistics.la \
143 $(top_builddir)/src/util/libgnunetutil.la \ 142 $(top_builddir)/src/util/libgnunetutil.la \
144 $(LIBGCRYPT_LIBS) 143 $(LIBGCRYPT_LIBS)
@@ -149,7 +148,6 @@ gnunet_communicator_udp_LDADD = \
149 libgnunettransportapplication.la \ 148 libgnunettransportapplication.la \
150 libgnunettransportcommunicator.la \ 149 libgnunettransportcommunicator.la \
151 $(top_builddir)/src/nat/libgnunetnatnew.la \ 150 $(top_builddir)/src/nat/libgnunetnatnew.la \
152 $(top_builddir)/src/nt/libgnunetnt.la \
153 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 151 $(top_builddir)/src/statistics/libgnunetstatistics.la \
154 $(top_builddir)/src/util/libgnunetutil.la \ 152 $(top_builddir)/src/util/libgnunetutil.la \
155 $(LIBGCRYPT_LIBS) 153 $(LIBGCRYPT_LIBS)
@@ -163,7 +161,6 @@ gnunet_communicator_quic_LDADD = \
163 libgnunettransportcommunicator.la \ 161 libgnunettransportcommunicator.la \
164 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 162 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
165 $(top_builddir)/src/nat/libgnunetnatnew.la \ 163 $(top_builddir)/src/nat/libgnunetnatnew.la \
166 $(top_builddir)/src/nt/libgnunetnt.la \
167 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 164 $(top_builddir)/src/statistics/libgnunetstatistics.la \
168 $(top_builddir)/src/util/libgnunetutil.la \ 165 $(top_builddir)/src/util/libgnunetutil.la \
169 -lquiche \ 166 -lquiche \