aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/meson.build')
-rw-r--r--src/datastore/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/datastore/meson.build b/src/datastore/meson.build
index 9f9824530..286965b14 100644
--- a/src/datastore/meson.build
+++ b/src/datastore/meson.build
@@ -2,6 +2,11 @@ libgnunetdatastore_src = ['datastore_api.c']
2 2
3gnunetservicedatastore_src = ['gnunet-service-datastore.c'] 3gnunetservicedatastore_src = ['gnunet-service-datastore.c']
4 4
5configure_file(input : 'datastore.conf.in',
6 output : 'datastore.conf',
7 configuration : cdata,
8 install: true,
9 install_dir: pkgcfgdir)
5 10
6if get_option('monolith') == false 11if get_option('monolith') == false
7 libgnunetdatastore = library('gnunetdatastore', 12 libgnunetdatastore = library('gnunetdatastore',