aboutsummaryrefslogtreecommitdiff
path: root/src/gns/meson.build
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/gns/meson.build
parentfb99a2d7bf864b0af0d0d2986b2a94b6e5a9b56a (diff)
downloadgnunet-f7328dd314a57c338b70e574a5ff723c16f93e03.tar.gz
gnunet-f7328dd314a57c338b70e574a5ff723c16f93e03.zip
BUILD: meson configuration files
Diffstat (limited to 'src/gns/meson.build')
-rw-r--r--src/gns/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gns/meson.build b/src/gns/meson.build
index de7f64cd4..eef8224ef 100644
--- a/src/gns/meson.build
+++ b/src/gns/meson.build
@@ -6,6 +6,13 @@ gnunetservicegns_src = ['gnunet-service-gns.c',
6 6
7gnunetgnsproxy_src = ['gnunet-gns-proxy.c'] 7gnunetgnsproxy_src = ['gnunet-gns-proxy.c']
8 8
9configure_file(input : 'gns.conf.in',
10 output : 'gns.conf',
11 configuration : cdata,
12 install: true,
13 install_dir: pkgcfgdir)
14
15
9if get_option('monolith') == false 16if get_option('monolith') == false
10 libgnunetgns = library('gnunetgns', 17 libgnunetgns = library('gnunetgns',
11 libgnunetgns_src, 18 libgnunetgns_src,