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.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/meson.build b/src/datastore/meson.build
index 9fc161d4b..0b20a446c 100644
--- a/src/datastore/meson.build
+++ b/src/datastore/meson.build
@@ -19,7 +19,8 @@ if get_option('monolith')
19endif 19endif
20libgnunetdatastore = library('gnunetdatastore', 20libgnunetdatastore = library('gnunetdatastore',
21 libgnunetdatastore_src, 21 libgnunetdatastore_src,
22 soversion: '1.0.0', 22 soversion: '1',
23 version: '1.0.0',
23 dependencies: [libgnunetutil_dep, 24 dependencies: [libgnunetutil_dep,
24 libgnunetstatistics_dep, 25 libgnunetstatistics_dep,
25 libgnunetdatacache_dep], 26 libgnunetdatacache_dep],