summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2014-11-15 15:42:11 +0900
committerLennart Poettering <lennart@poettering.net>2014-12-04 01:55:01 +0100
commitda64a1fc41e84bdb67c56693fff685b5eff2a2c7 (patch)
tree7143088160e5e2b13845e4ec258549c9fa90e900 /Makefile.am
parent1d050e1e0a7082e23ee9b31fa0b819cb332b3444 (diff)
bootchart: add standalone bootchart service
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ce8a004f4e..7b43733eb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4511,6 +4511,15 @@ rootlibexec_PROGRAMS += \
dist_pkgsysconf_DATA += \
src/bootchart/bootchart.conf
+
+nodist_systemunit_DATA += \
+ units/systemd-bootchart.service
+
+EXTRA_DIST += \
+ units/systemd-bootchart.service.in
+
+CLEANFILES += \
+ units/systemd-bootchart.service
endif
# ------------------------------------------------------------------------------