aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-06-19 15:39:36 +0200
committert3sserakt <t3ss@posteo.de>2023-06-19 15:39:36 +0200
commitb78f99388e82b61cd6fde7e2f153c50b96dca3dc (patch)
treef367da4faee0cdc8ba4279469a2b0fc79b90b9ed /src/topology/Makefile.am
parent823fbe0ecac89397d8a3ab15cf7ef9b3f84a883f (diff)
downloadgnunet-b78f99388e82b61cd6fde7e2f153c50b96dca3dc.tar.gz
gnunet-b78f99388e82b61cd6fde7e2f153c50b96dca3dc.zip
NEWS: Removed all usage of old transport api, beside peerinfo tool, gnunet-transport cli and usage in transport layer itself.
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r--src/topology/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index e5920116b..682f052dd 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -36,6 +36,7 @@ gnunet_daemon_topology_LDADD = \
36 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 36 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
37 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 37 $(top_builddir)/src/statistics/libgnunetstatistics.la \
38 $(top_builddir)/src/transport/libgnunettransport.la \ 38 $(top_builddir)/src/transport/libgnunettransport.la \
39 $(top_builddir)/src/transport/libgnunettransportapplication.la \
39 $(top_builddir)/src/ats/libgnunetats.la \ 40 $(top_builddir)/src/ats/libgnunetats.la \
40 $(top_builddir)/src/hello/libgnunethello.la \ 41 $(top_builddir)/src/hello/libgnunethello.la \
41 $(top_builddir)/src/util/libgnunetutil.la \ 42 $(top_builddir)/src/util/libgnunetutil.la \