aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
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/set/Makefile.am
parent2d76608872f25220ef85c56af403392f6842dc19 (diff)
downloadgnunet-11949e419fd7230431646703ac0cf8e34f615673.tar.gz
gnunet-11949e419fd7230431646703ac0cf8e34f615673.zip
BUILD: Move cadet to service/cli
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 150da06e0..88d4d39ad 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -52,7 +52,7 @@ gnunet_service_set_LDADD = \
52 $(top_builddir)/src/lib/util/libgnunetutil.la \ 52 $(top_builddir)/src/lib/util/libgnunetutil.la \
53 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
54 $(top_builddir)/src/service/core/libgnunetcore.la \ 54 $(top_builddir)/src/service/core/libgnunetcore.la \
55 $(top_builddir)/src/cadet/libgnunetcadet.la \ 55 $(top_builddir)/src/service/cadet/libgnunetcadet.la \
56 $(top_builddir)/src/lib/block/libgnunetblock.la \ 56 $(top_builddir)/src/lib/block/libgnunetblock.la \
57 libgnunetset.la \ 57 libgnunetset.la \
58 $(GN_LIBINTL) 58 $(GN_LIBINTL)