aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-21 18:41:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-21 18:41:11 +0200
commitf7328dd314a57c338b70e574a5ff723c16f93e03 (patch)
tree52dd9bf2282f589de70c0e9b820a6bac486fe90e /src/revocation
parentfb99a2d7bf864b0af0d0d2986b2a94b6e5a9b56a (diff)
downloadgnunet-f7328dd314a57c338b70e574a5ff723c16f93e03.tar.gz
gnunet-f7328dd314a57c338b70e574a5ff723c16f93e03.zip
BUILD: meson configuration files
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/revocation/meson.build b/src/revocation/meson.build
index 843633289..6a539febb 100644
--- a/src/revocation/meson.build
+++ b/src/revocation/meson.build
@@ -2,6 +2,12 @@ libgnunetrevocation_src = ['revocation_api.c']
2 2
3gnunetservicerevocation_src = ['gnunet-service-revocation.c'] 3gnunetservicerevocation_src = ['gnunet-service-revocation.c']
4 4
5configure_file(input : 'revocation.conf.in',
6 output : 'revocation.conf',
7 configuration : cdata,
8 install: true,
9 install_dir: pkgcfgdir)
10
5 11
6if get_option('monolith') == false 12if get_option('monolith') == false
7 libgnunetrevocation = library('gnunetrevocation', 13 libgnunetrevocation = library('gnunetrevocation',