chiark / gitweb /
systemctl: highlight failed processes in systemctl status
[elogind.git] / Makefile.am
index 3c10167c63e5165f4b86b2789a76ac325c9039d3..351f1ce54d5e0ce873b0fe5d528e293663456174 100644 (file)
@@ -341,12 +341,6 @@ dist_systemunit_DATA += \
        units/fedora/plymouth-halt.service
 endif
 
-
-if TARGET_ARCH
-dist_systemunit_DATA += \
-       units/arch/rc-local.service
-endif
-
 dist_doc_DATA = \
        README \
        LICENSE \
@@ -633,8 +627,7 @@ test_env_replace_LDADD = \
 
 test_strv_SOURCES = \
        src/test-strv.c \
-       src/specifier.c \
-       src/specifier.h
+       src/specifier.c
 
 test_strv_CFLAGS = \
        $(AM_CFLAGS)
@@ -827,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)