diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-20 18:22:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-20 18:22:03 +0100 |
commit | 9a57c62944258c750d80bca4fe56de4dbab46d67 (patch) | |
tree | 7194ffec3e7e66b63a9e457b8a79be9c25daeafb /Makefile.am | |
parent | 0129173ab03994d21a21f9fc1f454faf62b97043 (diff) |
systemctl: highlight failed processes in systemctl status
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b594b65387..351f1ce54d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -820,7 +820,8 @@ systemd_vconsole_setup_LDADD = \ systemd_remount_api_vfs_SOURCES = \ src/remount-api-vfs.c \ - src/mount-setup.c + src/mount-setup.c \ + src/exit-status.c systemd_remount_api_vfs_CFLAGS = \ $(AM_CFLAGS) |