diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:18:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:18:36 +0200 |
commit | 146de8175e11c877908f20f8ed1b5a3805455c0a (patch) | |
tree | 9b32b0b011dd370640defa116ffb24f96644163e /Makefile.am | |
parent | 7f81d81ada9fe147173e35e87a1214e9092a603c (diff) |
shutdown: move shutdown to core since it replaces PID 1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 829db7e9ef..54cc5096f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -946,9 +946,9 @@ pkginclude_HEADERS += \ # ------------------------------------------------------------------------------ systemd_shutdown_SOURCES = \ - src/umount.c \ - src/umount.h \ - src/shutdown.c + src/core/umount.c \ + src/core/umount.h \ + src/core/shutdown.c systemd_shutdown_LDADD = \ libsystemd-label.la \ |