aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/meson.build')
-rw-r--r--src/statistics/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/statistics/meson.build b/src/statistics/meson.build
index f0bed324e..86c3b6eb9 100644
--- a/src/statistics/meson.build
+++ b/src/statistics/meson.build
@@ -2,6 +2,12 @@ libgnunetstatistics_src = ['statistics_api.c']
2 2
3gnunetservicestatistics_src = ['gnunet-service-statistics.c'] 3gnunetservicestatistics_src = ['gnunet-service-statistics.c']
4 4
5configure_file(input : 'statistics.conf.in',
6 output : 'statistics.conf',
7 configuration : cdata,
8 install: true,
9 install_dir: pkgcfgdir)
10
5 11
6if get_option('monolith') == false 12if get_option('monolith') == false
7 libgnunetstatistics = library('gnunetstatistics', 13 libgnunetstatistics = library('gnunetstatistics',