summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 474110a6e5..2232a1d38b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3027,11 +3027,14 @@ systemd_bootchart_SOURCES = \
src/bootchart/svg.c
MANPAGES += \
- man/systemd-bootchart.1
+ man/systemd-bootchart.1 \
man/bootchart.conf.5
rootlibexec_PROGRAMS += \
systemd-bootchart
+
+dist_pkgsysconf_DATA += \
+ src/bootchart/bootchart.conf
endif
# ------------------------------------------------------------------------------