From 498cb28b16dbebbacb674fa166aeac3fe4ea9922 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 18 Oct 2023 20:19:34 +0200 Subject: BUILD: Move dht/datastore to service/cli --- src/exit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exit/Makefile.am') 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 = \ gnunet_daemon_exit_SOURCES = \ gnunet-daemon-exit.c exit.h gnunet_daemon_exit_LDADD = \ - $(top_builddir)/src/dht/libgnunetdht.la \ + $(top_builddir)/src/service/dht/libgnunetdht.la \ $(top_builddir)/src/service/statistics/libgnunetstatistics.la \ $(top_builddir)/src/lib/util/libgnunetutil.la \ $(top_builddir)/src/service/cadet/libgnunetcadet.la \ -- cgit v1.2.3