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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/meson.build b/src/datastore/meson.build
index 2f412e183..77a21b8be 100644
--- a/src/datastore/meson.build
+++ b/src/datastore/meson.build
@@ -16,6 +16,7 @@ if get_option('monolith')
16 foreach p : libgnunetdatastore_src + gnunetservicedatastore_src 16 foreach p : libgnunetdatastore_src + gnunetservicedatastore_src
17 gnunet_src += 'datastore/' + p 17 gnunet_src += 'datastore/' + p
18 endforeach 18 endforeach
19 subdir_done()
19endif 20endif
20libgnunetdatastore = library('gnunetdatastore', 21libgnunetdatastore = library('gnunetdatastore',
21 libgnunetdatastore_src, 22 libgnunetdatastore_src,