chiark / gitweb /
Reset signal-mask on re-exec to init=..
[elogind.git] / Makefile.am
index 2ceee2a9976ce8d955779ad7e117cbb33de41bfd..ec5f04d9e90d15448afd75da16224a20ad6d58d1 100644 (file)
@@ -460,7 +460,8 @@ dist_systemunit_DATA = \
        units/systemd-udevd-control.socket \
        units/systemd-udevd-kernel.socket \
        units/system-update.target \
-       units/initrd-switch-root.target
+       units/initrd-switch-root.target \
+       units/ldconfig.service
 
 nodist_systemunit_DATA = \
        units/getty@.service \
@@ -1782,7 +1783,7 @@ systemd_sysusers_LDADD = \
        libsystemd-internal.la \
        libsystemd-shared.la
 
-rootlibexec_PROGRAMS += \
+rootbin_PROGRAMS += \
        systemd-sysusers
 
 nodist_systemunit_DATA += \
@@ -5142,7 +5143,8 @@ endif
 
 SYSINIT_TARGET_WANTS += \
        systemd-update-utmp.service \
-       systemd-update-done.service
+       systemd-update-done.service \
+       ldconfig.service
 
 LOCAL_FS_TARGET_WANTS += \
        systemd-remount-fs.service \