summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-02-12 15:03:51 +0100
committerDaniel Mack <daniel@zonque.org>2016-02-23 13:30:09 +0100
commit232c84b2d22f2d96982b3c0390d29498bb430835 (patch)
tree168cae109aac24856fbaf3a91db7bd35067ee7d1 /Makefile.am
parenta9ae0709416fe498de85744ce639ba6a9fc50105 (diff)
Remove systemd-bootchart
This commit rips out systemd-bootchart. It will be given a new home, outside of the systemd repository. The code itself isn't actually specific to systemd and can be used without systemd even, so let's put it somewhere else.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
index a0043c2e4a..4c58522d0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4416,32 +4416,6 @@ EXTRA_DIST += \
units/systemd-vconsole-setup.service.in
# ------------------------------------------------------------------------------
-if ENABLE_BOOTCHART
-systemd_bootchart_SOURCES = \
- src/bootchart/bootchart.c \
- src/bootchart/bootchart.h \
- src/bootchart/store.c \
- src/bootchart/store.h \
- src/bootchart/svg.c \
- src/bootchart/svg.h
-
-systemd_bootchart_LDADD = \
- libshared.la
-
-rootlibexec_PROGRAMS += \
- systemd-bootchart
-
-dist_pkgsysconf_DATA += \
- src/bootchart/bootchart.conf
-
-nodist_systemunit_DATA += \
- units/systemd-bootchart.service
-endif
-
-EXTRA_DIST += \
- units/systemd-bootchart.service.in
-
-# ------------------------------------------------------------------------------
if ENABLE_QUOTACHECK
rootlibexec_PROGRAMS += \
systemd-quotacheck