aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-19 10:59:27 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-19 10:59:27 +0200
commit2d010ea152050af11acdb3d233f80c443dfd55c8 (patch)
treea6b02559fcef88d3519b8f2655218a47b86690e7 /src/revocation/Makefile.am
parent5660868ce7523c4bda8e25954fda0ae2d28a9702 (diff)
downloadgnunet-2d010ea152050af11acdb3d233f80c443dfd55c8.tar.gz
gnunet-2d010ea152050af11acdb3d233f80c443dfd55c8.zip
change revocation logic to use setu service in lieu of deprecated set service
Diffstat (limited to 'src/revocation/Makefile.am')
-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 a90f8cd79..9d98502a6 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -78,7 +78,7 @@ gnunet_service_revocation_SOURCES = \
78gnunet_service_revocation_LDADD = \ 78gnunet_service_revocation_LDADD = \
79 libgnunetrevocation.la \ 79 libgnunetrevocation.la \
80 $(top_builddir)/src/core/libgnunetcore.la \ 80 $(top_builddir)/src/core/libgnunetcore.la \
81 $(top_builddir)/src/set/libgnunetset.la \ 81 $(top_builddir)/src/setu/libgnunetsetu.la \
82 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 82 $(top_builddir)/src/statistics/libgnunetstatistics.la \
83 $(top_builddir)/src/util/libgnunetutil.la \ 83 $(top_builddir)/src/util/libgnunetutil.la \
84 -lm \ 84 -lm \