X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=973d341ea39851e4f1f7db9930b2401a085cb051;hb=dd36de4d520fc77f0e2ea83f560040d36be3ee50;hp=370a3c6ce9169b536e9100a72c2d9e23ff07b791;hpb=4bb2357f77c875976de5e238a5783e4e136b37b5;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 370a3c6ce..973d341ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ polkitpolicydir=$(datadir)/polkit-1/actions # Our own, non-special dirs pkgsysconfdir=$(sysconfdir)/systemd sessionunitdir=$(pkgdatadir)/session +tmpfilesdir=$(sysconfdir)/tmpfiles.d # And these are the special ones for / rootdir=@rootdir@ @@ -95,7 +96,7 @@ rootlibexec_PROGRAMS = \ systemd-reply-password \ systemd-readahead-collect \ systemd-readahead-replay \ - systemd-tempfiles + systemd-tmpfiles noinst_PROGRAMS = \ test-engine \ @@ -139,6 +140,10 @@ dbusinterface_DATA = \ org.freedesktop.systemd1.Swap.xml \ org.freedesktop.systemd1.Path.xml +dist_tmpfiles_DATA = \ + tmpfiles.d/systemd.conf \ + tmpfiles.d/x11.conf + dist_systemunit_DATA = \ units/emergency.service \ units/emergency.target \ @@ -409,6 +414,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 \ @@ -417,7 +423,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 \ @@ -625,13 +632,13 @@ systemd_modules_load_SOURCES = \ systemd_modules_load_CFLAGS = \ $(AM_CFLAGS) -systemd_tempfiles_LDADD = \ +systemd_tmpfiles_LDADD = \ libsystemd-basic.la -systemd_tempfiles_SOURCES = \ - src/tempfiles.c +systemd_tmpfiles_SOURCES = \ + src/tmpfiles.c -systemd_tempfiles_CFLAGS = \ +systemd_tmpfiles_CFLAGS = \ $(AM_CFLAGS) systemd_modules_load_LDADD = \