aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 20:02:10 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 20:02:10 +0200
commit11949e419fd7230431646703ac0cf8e34f615673 (patch)
tree94892053dd1734a41effa1fd2a5b7e9f650b0f31 /src/pt
parent2d76608872f25220ef85c56af403392f6842dc19 (diff)
downloadgnunet-11949e419fd7230431646703ac0cf8e34f615673.tar.gz
gnunet-11949e419fd7230431646703ac0cf8e34f615673.zip
BUILD: Move cadet to service/cli
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 8a171ec0e..98578d7dd 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -21,7 +21,7 @@ gnunet_daemon_pt_SOURCES = \
21 gnunet-daemon-pt.c 21 gnunet-daemon-pt.c
22gnunet_daemon_pt_LDADD = \ 22gnunet_daemon_pt_LDADD = \
23 $(top_builddir)/src/vpn/libgnunetvpn.la \ 23 $(top_builddir)/src/vpn/libgnunetvpn.la \
24 $(top_builddir)/src/cadet/libgnunetcadet.la \ 24 $(top_builddir)/src/service/cadet/libgnunetcadet.la \
25 $(top_builddir)/src/dht/libgnunetdht.la \ 25 $(top_builddir)/src/dht/libgnunetdht.la \
26 $(top_builddir)/src/dns/libgnunetdns.la \ 26 $(top_builddir)/src/dns/libgnunetdns.la \
27 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \ 27 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \