X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=980cb8f1703d68f018f3ab1e40058433cdd5fcca;hp=6b306073a839b65ae5860e39fe3d756f2cd899d0;hb=409db0029927f29775c8396acc98cafe14412a53;hpb=c0a1b6e92682facf74412ca77daeedcc60cb3115 diff --git a/Makefile.am b/Makefile.am index 6b306073a..980cb8f17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -209,6 +209,8 @@ nodist_systemunit_DATA = \ units/systemd-update-utmp-shutdown.service \ units/systemd-random-seed-save.service \ units/systemd-random-seed-load.service \ + units/systemd-readahead-collect.service \ + units/systemd-readahead-replay.service \ units/syslog.target dist_sessionunit_DATA = \ @@ -236,6 +238,8 @@ EXTRA_DIST = \ units/systemd-update-utmp-shutdown.service.in \ units/systemd-random-seed-save.service.in \ units/systemd-random-seed-load.service.in \ + units/systemd-readahead-collect.service.in \ + units/systemd-readahead-replay.service.in \ units/syslog.target.in \ units/session/exit.service.in \ systemd.pc.in @@ -405,6 +409,7 @@ EXTRA_DIST += \ src/list.h \ src/securebits.h \ src/linux/auto_dev-ioctl.h \ + src/linux/fanotify.h \ src/initreq.h \ src/sd-daemon.h \ src/special.h \ @@ -413,7 +418,8 @@ EXTRA_DIST += \ src/cgroup-show.h \ src/utmp-wtmp.h \ src/build.h \ - src/shutdownd.h + src/shutdownd.h \ + src/readahead-common.h MANPAGES = \ man/systemd.1 \ @@ -1149,4 +1155,3 @@ fedora: install rm /lib/systemd/system/local-fs.target.wants/var-run.mount rm /lib/systemd/system/local-fs.target.wants/var-lock.service rm /lib/systemd/system/local-fs.target.wants/var-lock.mount - rm /lib/systemd/system/local-fs.target.wants/remount-rootfs.service