aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/meson.build
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-27 11:44:43 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-27 11:44:43 +0200
commit7edc3d82192b8c4d08d7dd1d43b87ddefe3944e1 (patch)
tree141740b1b61464a70bb9bbcd23fba86621aa1262 /src/revocation/meson.build
parent8696b2eac0926de8a3483a82748785615948f93f (diff)
downloadgnunet-7edc3d82192b8c4d08d7dd1d43b87ddefe3944e1.tar.gz
gnunet-7edc3d82192b8c4d08d7dd1d43b87ddefe3944e1.zip
BUILD: Ftbfs fix
Diffstat (limited to 'src/revocation/meson.build')
-rw-r--r--src/revocation/meson.build1
1 files changed, 1 insertions, 0 deletions
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',
31shared_module('gnunet_plugin_block_revocation', 31shared_module('gnunet_plugin_block_revocation',
32 ['plugin_block_revocation.c'], 32 ['plugin_block_revocation.c'],
33 dependencies: [libgnunetutil_dep, 33 dependencies: [libgnunetutil_dep,
34 libgnunetidentity_dep,
34 libgnunetrevocation_dep, 35 libgnunetrevocation_dep,
35 libgnunetblock_dep], 36 libgnunetblock_dep],
36 include_directories: [incdir, configuration_inc], 37 include_directories: [incdir, configuration_inc],