aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/statistics/meson.build b/src/statistics/meson.build
index 446523416..0448c62a2 100644
--- a/src/statistics/meson.build
+++ b/src/statistics/meson.build
@@ -20,7 +20,9 @@ libgnunetstatistics = library('gnunetstatistics',
20 libgnunetstatistics_src, 20 libgnunetstatistics_src,
21 soversion: '2.0.0', 21 soversion: '2.0.0',
22 dependencies: libgnunetutil_dep, 22 dependencies: libgnunetutil_dep,
23 include_directories: [incdir, configuration_inc]) 23 include_directories: [incdir, configuration_inc],
24 install: true,
25 install_dir: get_option('libdir'))
24libgnunetstatistics_dep = declare_dependency(link_with : libgnunetstatistics) 26libgnunetstatistics_dep = declare_dependency(link_with : libgnunetstatistics)
25pkg.generate(libgnunetstatistics, url: 'https://www.gnunet.org', 27pkg.generate(libgnunetstatistics, url: 'https://www.gnunet.org',
26 description : 'Provides API of GNUnet statistics service') 28 description : 'Provides API of GNUnet statistics service')