aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r--src/statistics/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index a15aba9fb..80110bbec 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -9,6 +9,10 @@ if USE_COVERAGE
9 XLIB = -lgcov 9 XLIB = -lgcov
10endif 10endif
11 11
12pkgcfgdir= $(pkgdatadir)/config.d/
13
14dist_pkgcfg_DATA = \
15 statistics.conf
12 16
13lib_LTLIBRARIES = libgnunetstatistics.la 17lib_LTLIBRARIES = libgnunetstatistics.la
14 18