X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=5fcf24f5de75c821a508958bd48e9c5e670dcc19;hp=0311302820cfe565ee4fe399526ed7cfd31001c4;hb=b568b917b002425e28ff8009f4c1d4f35a8b03e3;hpb=3b63d2d31d0850bd7a81ab9b468218d2c4c461e8 diff --git a/Makefile.am b/Makefile.am index 031130282..5fcf24f5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,9 @@ rootlibexec_PROGRAMS = \ systemd-readahead-collect \ systemd-readahead-replay \ systemd-tmpfiles \ - systemd-user-sessions + systemd-user-sessions \ + systemd-fsck \ + systemd-quotacheck noinst_PROGRAMS = \ test-engine \ @@ -183,7 +185,7 @@ dist_systemunit_DATA = \ units/systemd-initctl.socket \ units/systemd-logger.socket \ units/systemd-shutdownd.socket \ - units/systemd-kmsg-syslogd.socket \ + units/syslog.socket \ units/dev-hugepages.automount \ units/dev-hugepages.mount \ units/dev-mqueue.automount \ @@ -205,7 +207,8 @@ dist_systemunit_DATA = \ units/bluetooth.target \ units/smartcard.target \ units/systemd-readahead-done.timer \ - units/systemd-tmpfiles-clean.timer + units/systemd-tmpfiles-clean.timer \ + units/quotaon.service nodist_systemunit_DATA = \ units/sysinit.target \ @@ -235,7 +238,10 @@ nodist_systemunit_DATA = \ units/halt.service \ units/poweroff.service \ units/reboot.service \ - units/kexec.service + units/kexec.service \ + units/fsck@.service \ + units/fsck-root.service \ + units/quotacheck.service dist_sessionunit_DATA = \ units/session/default.target \ @@ -275,6 +281,9 @@ EXTRA_DIST = \ units/reboot.service.in \ units/kexec.service.in \ units/session/exit.service.in \ + units/fsck@.service.in \ + units/fsck-root.service.in \ + units/quotacheck.service.in \ systemd.pc.in if TARGET_FEDORA @@ -662,7 +671,7 @@ systemd_modules_load_SOURCES = \ systemd_modules_load_CFLAGS = \ $(AM_CFLAGS) -systemd_tmpfiles_LDADD = \ +systemd_modules_load_LDADD = \ libsystemd-basic.la systemd_tmpfiles_SOURCES = \ @@ -671,7 +680,30 @@ systemd_tmpfiles_SOURCES = \ systemd_tmpfiles_CFLAGS = \ $(AM_CFLAGS) -systemd_user_sessions_LDADD = \ +systemd_tmpfiles_LDADD = \ + libsystemd-basic.la + +systemd_fsck_SOURCES = \ + src/fsck.c \ + src/dbus-common.c + +systemd_fsck_CFLAGS = \ + $(AM_CFLAGS) \ + $(UDEV_CFLAGS) \ + $(DBUS_CFLAGS) + +systemd_fsck_LDADD = \ + libsystemd-basic.la \ + $(UDEV_LIBS) \ + $(DBUS_LIBS) + +systemd_quotacheck_SOURCES = \ + src/quotacheck.c + +systemd_quotacheck_CFLAGS = \ + $(AM_CFLAGS) + +systemd_quotacheck_LDADD = \ libsystemd-basic.la systemd_user_sessions_SOURCES = \ @@ -681,7 +713,7 @@ systemd_user_sessions_SOURCES = \ systemd_user_sessions_CFLAGS = \ $(AM_CFLAGS) -systemd_modules_load_LDADD = \ +systemd_user_sessions_LDADD = \ libsystemd-basic.la systemd_vconsole_setup_SOURCES = \ @@ -1005,19 +1037,22 @@ install-data-hook: $(DESTDIR)$(systemunitdir)/runlevel5.target.wants \ $(DESTDIR)$(systemunitdir)/multi-user.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system \ - $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \ + $(DESTDIR)$(pkgsysconfdir)/system/basic.target.wants \ + $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \ + $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \ $(DESTDIR)$(pkgsysconfdir)/session \ $(DESTDIR)$(sysconfdir)/xdg/systemd ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \ rm -f session && \ $(LN_S) $(pkgsysconfdir)/session session ) ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \ - rm -f systemd-initctl.socket systemd-logger.socket systemd-shutdownd.socket && \ + rm -f systemd-initctl.socket systemd-logger.socket systemd-shutdownd.socket syslog.socket && \ $(LN_S) ../systemd-logger.socket systemd-logger.socket && \ $(LN_S) ../systemd-initctl.socket systemd-initctl.socket && \ - $(LN_S) ../systemd-shutdownd.socket systemd-shutdownd.socket ) + $(LN_S) ../systemd-shutdownd.socket systemd-shutdownd.socket && \ + $(LN_S) ../syslog.socket syslog.socket ) ( cd $(DESTDIR)$(systemunitdir)/runlevel1.target.wants && \ rm -f systemd-update-utmp-runlevel.service && \ $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service ) @@ -1042,10 +1077,12 @@ install-data-hook: $(LN_S) ../systemd-random-seed-save.service systemd-random-seed-save.service ) ( cd $(DESTDIR)$(systemunitdir)/local-fs.target.wants && \ rm -f systemd-remount-api-vfs.service \ + fsck-root.service \ remount-rootfs.service \ var-run.mount \ var-lock.mount && \ $(LN_S) ../systemd-remount-api-vfs.service systemd-remount-api-vfs.service && \ + $(LN_S) ../fsck-root.service fsck-root.service && \ $(LN_S) ../remount-rootfs.service remount-rootfs.service && \ $(LN_S) ../var-run.mount var-run.mount && \ $(LN_S) ../var-lock.mount var-lock.mount ) @@ -1082,9 +1119,16 @@ install-data-hook: $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \ $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \ $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service ) + ( cd $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants && \ + rm -f quotaon.service quotacheck.service && \ + $(LN_S) $(systemunitdir)/quotacheck.service quotacheck.service && \ + $(LN_S) $(systemunitdir)/quotaon.service quotaon.service ) ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \ rm -f remote-fs.target && \ $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target ) + ( cd $(DESTDIR)$(pkgsysconfdir)/system/basic.target.wants && \ + rm -f hwclock-load.service && \ + $(LN_S) $(systemunitdir)/hwclock-load.service hwclock-load.service ) ( cd $(DESTDIR)$(systemunitdir)/basic.target.wants && \ rm -f dev-hugepages.automount \ dev-mqueue.automount \