aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 20:19:34 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 20:19:34 +0200
commit498cb28b16dbebbacb674fa166aeac3fe4ea9922 (patch)
treecd1f59025a55f263f297ca706d90b1a395f6e163 /src/pt
parent11949e419fd7230431646703ac0cf8e34f615673 (diff)
downloadgnunet-498cb28b16dbebbacb674fa166aeac3fe4ea9922.tar.gz
gnunet-498cb28b16dbebbacb674fa166aeac3fe4ea9922.zip
BUILD: Move dht/datastore 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 98578d7dd..659ede7f8 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -22,7 +22,7 @@ gnunet_daemon_pt_SOURCES = \
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/service/cadet/libgnunetcadet.la \ 24 $(top_builddir)/src/service/cadet/libgnunetcadet.la \
25 $(top_builddir)/src/dht/libgnunetdht.la \ 25 $(top_builddir)/src/service/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 \
28 $(top_builddir)/src/lib/util/libgnunetutil.la \ 28 $(top_builddir)/src/lib/util/libgnunetutil.la \