summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-13 14:41:57 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-13 14:41:57 +0200
commitbd3fa1d2434aa28564251ac4da34d01537de8c4b (patch)
treecf92230cd221fc4cfb5df8a1d04c0ec8cd092e10 /Makefile.am
parent32c4bef8826f1231984d735944cb02a01d21177a (diff)
core: go on a killing spree when transitioning from initrd to main system
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 362c4661d3..dafd65d081 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -877,7 +877,9 @@ libsystemd_core_la_SOURCES = \
src/core/build.h \
src/core/sysfs-show.h \
src/core/switch-root.h \
- src/core/switch-root.c
+ src/core/switch-root.c \
+ src/core/killall.h \
+ src/core/killall.c
nodist_libsystemd_core_la_SOURCES = \
src/core/load-fragment-gperf.c \
@@ -1134,7 +1136,9 @@ systemd_shutdown_SOURCES = \
src/core/umount.h \
src/core/shutdown.c \
src/core/mount-setup.c \
- src/core/mount-setup.h
+ src/core/mount-setup.h \
+ src/core/killall.h \
+ src/core/killall.c
systemd_shutdown_LDADD = \
libsystemd-label.la \