aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 21:17:26 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 21:17:26 +0200
commit8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3 (patch)
tree53e43fed55a26c8456c67a11c61a7a47c0b5ac49 /src/revocation
parentdca0afc851783403b26464bbfa2629fe1bd70a55 (diff)
downloadgnunet-8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3.tar.gz
gnunet-8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3.zip
BUILD: Meson - install more files
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/revocation/meson.build b/src/revocation/meson.build
index f1023b00a..fda4bc6f4 100644
--- a/src/revocation/meson.build
+++ b/src/revocation/meson.build
@@ -20,7 +20,9 @@ libgnunetrevocation = library('gnunetrevocation',
20 libgnunetrevocation_src, 20 libgnunetrevocation_src,
21 soversion: '0.0.0', 21 soversion: '0.0.0',
22 dependencies: [libgnunetutil_dep, libgnunetidentity_dep], 22 dependencies: [libgnunetutil_dep, libgnunetidentity_dep],
23 include_directories: [incdir, configuration_inc]) 23 include_directories: [incdir, configuration_inc],
24 install: true,
25 install_dir: get_option('libdir'))
24libgnunetrevocation_dep = declare_dependency(link_with : libgnunetrevocation) 26libgnunetrevocation_dep = declare_dependency(link_with : libgnunetrevocation)
25pkg.generate(libgnunetrevocation, url: 'https://www.gnunet.org', 27pkg.generate(libgnunetrevocation, url: 'https://www.gnunet.org',
26 description : 'Provides API to perform key revocation in GNUnet') 28 description : 'Provides API to perform key revocation in GNUnet')
@@ -32,7 +34,7 @@ shared_module('gnunet_plugin_block_revocation',
32 libgnunetblock_dep], 34 libgnunetblock_dep],
33 include_directories: [incdir, configuration_inc], 35 include_directories: [incdir, configuration_inc],
34 install: true, 36 install: true,
35 install_dir: get_option('libdir')) 37 install_dir: get_option('libdir')/'gnunet')
36 38
37executable ('gnunet-revocation', 39executable ('gnunet-revocation',
38 ['gnunet-revocation.c'], 40 ['gnunet-revocation.c'],