chiark / gitweb /
man/systemd-bootchart.xml: fix typo
[elogind.git] / Makefile.am
index 474110a6e586923954e1549ef7c39c8f49fd77df..2ba8d557923fc62b5e6ecd8de4f17b6ba1c3d144 100644 (file)
@@ -769,6 +769,8 @@ libsystemd_shared_la_SOURCES = \
        src/shared/strv.h \
        src/shared/strbuf.c \
        src/shared/strbuf.h \
+       src/shared/strxcpyx.c \
+       src/shared/strxcpyx.h \
        src/shared/conf-parser.c \
        src/shared/conf-parser.h \
        src/shared/log.c \
@@ -3027,11 +3029,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
 
 # ------------------------------------------------------------------------------