[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/03: BUILD: Ftbfs fix
From: |
gnunet |
Subject: |
[gnunet] 02/03: BUILD: Ftbfs fix |
Date: |
Wed, 27 Sep 2023 11:45:06 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit 7edc3d82192b8c4d08d7dd1d43b87ddefe3944e1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Sep 27 11:44:43 2023 +0200
BUILD: Ftbfs fix
---
src/revocation/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/revocation/meson.build b/src/revocation/meson.build
index 51b3aa146..9a526af36 100644
--- a/src/revocation/meson.build
+++ b/src/revocation/meson.build
@@ -31,6 +31,7 @@ pkg.generate(libgnunetrevocation, url:
'https://www.gnunet.org',
shared_module('gnunet_plugin_block_revocation',
['plugin_block_revocation.c'],
dependencies: [libgnunetutil_dep,
+ libgnunetidentity_dep,
libgnunetrevocation_dep,
libgnunetblock_dep],
include_directories: [incdir, configuration_inc],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.