chiark / gitweb /
parse_env_file() - return empty value strings like FOO="" as NULL value
[elogind.git] / Makefile.am
index 370a3c6ce9169b536e9100a72c2d9e23ff07b791..973d341ea39851e4f1f7db9930b2401a085cb051 100644 (file)
@@ -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 = \