aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
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/exit/Makefile.am
parent11949e419fd7230431646703ac0cf8e34f615673 (diff)
downloadgnunet-498cb28b16dbebbacb674fa166aeac3fe4ea9922.tar.gz
gnunet-498cb28b16dbebbacb674fa166aeac3fe4ea9922.zip
BUILD: Move dht/datastore to service/cli
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 9864055e8..65ea493dc 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -30,7 +30,7 @@ gnunet_helper_exit_SOURCES = \
30gnunet_daemon_exit_SOURCES = \ 30gnunet_daemon_exit_SOURCES = \
31 gnunet-daemon-exit.c exit.h 31 gnunet-daemon-exit.c exit.h
32gnunet_daemon_exit_LDADD = \ 32gnunet_daemon_exit_LDADD = \
33 $(top_builddir)/src/dht/libgnunetdht.la \ 33 $(top_builddir)/src/service/dht/libgnunetdht.la \
34 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \ 34 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
35 $(top_builddir)/src/lib/util/libgnunetutil.la \ 35 $(top_builddir)/src/lib/util/libgnunetutil.la \
36 $(top_builddir)/src/service/cadet/libgnunetcadet.la \ 36 $(top_builddir)/src/service/cadet/libgnunetcadet.la \