X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=ec5f04d9e90d15448afd75da16224a20ad6d58d1;hp=2ceee2a9976ce8d955779ad7e117cbb33de41bfd;hb=5a85ca1cb622fda4a39c8a6f00dccea7f8a1e82a;hpb=b44cd8821087f2afebf85fec5b588f5720a9415c;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 2ceee2a99..ec5f04d9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \