From 146de8175e11c877908f20f8ed1b5a3805455c0a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Apr 2012 14:18:36 +0200 Subject: shutdown: move shutdown to core since it replaces PID 1 --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf