aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:31:24 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:31:24 +0200
commit2f93ff3b6d3524e1e6dc23f70966fbae3ca9d3af (patch)
tree8c9d286043722488bc12dd3881641d45ac782796 /src/revocation
parent1867346fd2615492fd1392849039f7cc621299f4 (diff)
downloadgnunet-2f93ff3b6d3524e1e6dc23f70966fbae3ca9d3af.tar.gz
gnunet-2f93ff3b6d3524e1e6dc23f70966fbae3ca9d3af.zip
BUILD: Move core to service/cli
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 38d14f65e..631ebbf95 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -81,7 +81,7 @@ gnunet_service_revocation_SOURCES = \
81 gnunet-service-revocation.c 81 gnunet-service-revocation.c
82gnunet_service_revocation_LDADD = \ 82gnunet_service_revocation_LDADD = \
83 libgnunetrevocation.la \ 83 libgnunetrevocation.la \
84 $(top_builddir)/src/core/libgnunetcore.la \ 84 $(top_builddir)/src/service/core/libgnunetcore.la \
85 $(top_builddir)/src/setu/libgnunetsetu.la \ 85 $(top_builddir)/src/setu/libgnunetsetu.la \
86 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 86 $(top_builddir)/src/statistics/libgnunetstatistics.la \
87 $(top_builddir)/src/identity/libgnunetidentity.la \ 87 $(top_builddir)/src/identity/libgnunetidentity.la \