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.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/meson.build b/src/datastore/meson.build
index e98e58dcf..9f9824530 100644
--- a/src/datastore/meson.build
+++ b/src/datastore/meson.build
@@ -3,7 +3,7 @@ libgnunetdatastore_src = ['datastore_api.c']
3gnunetservicedatastore_src = ['gnunet-service-datastore.c'] 3gnunetservicedatastore_src = ['gnunet-service-datastore.c']
4 4
5 5
6if gnunet_monolith == false 6if get_option('monolith') == false
7 libgnunetdatastore = library('gnunetdatastore', 7 libgnunetdatastore = library('gnunetdatastore',
8 libgnunetdatastore_src, 8 libgnunetdatastore_src,
9 dependencies: [libgnunetutil_dep, 9 dependencies: [libgnunetutil_dep,