commit 06cc020e36a57766f1a07fe78c3270ed315b8ef4
parent de73691b4fdd80c43830e2f9dfa9ef804708ee51
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date: Thu, 15 Oct 2020 16:38:24 +0200
-fix
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
@@ -30,6 +30,7 @@ libgnunet_plugin_block_revocation_la_LIBADD = \
$(top_builddir)/src/block/libgnunetblockgroup.la \
$(top_builddir)/src/block/libgnunetblock.la \
$(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/identity/libgnunetidentity.la \
$(LTLIBINTL)
libgnunet_plugin_block_revocation_la_DEPENDENCIES = \
libgnunetrevocation.la \
@@ -81,6 +82,7 @@ gnunet_service_revocation_LDADD = \
$(top_builddir)/src/core/libgnunetcore.la \
$(top_builddir)/src/setu/libgnunetsetu.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
+ $(top_builddir)/src/identity/libgnunetidentity.la \
$(top_builddir)/src/util/libgnunetutil.la \
-lm \
$(GN_LIBINTL)