aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 21:34:09 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 21:34:09 +0200
commit1ea50dc3c613a55ea3184b17b20b464be9a14b51 (patch)
treed4a44af81a842a4fe15b2d4c7a9ac863411af1f3 /src/statistics
parent8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3 (diff)
downloadgnunet-1ea50dc3c613a55ea3184b17b20b464be9a14b51.tar.gz
gnunet-1ea50dc3c613a55ea3184b17b20b464be9a14b51.zip
BUILD: Meson - install yet more files
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')