chiark / gitweb /
tempfiles: add little utility for creating volatile files/dirs in tmpfs hierarchies
[elogind.git] / Makefile.am
index 2cd3debf83934d11ba00a26367b41c8d8b15b62c..342b2b241ba0377ee9d4133977cdcabd939ee29e 100644 (file)
@@ -94,7 +94,8 @@ rootlibexec_PROGRAMS = \
        systemd-vconsole-setup \
        systemd-reply-password \
        systemd-readahead-collect \
-       systemd-readahead-replay
+       systemd-readahead-replay \
+       systemd-tempfiles
 
 noinst_PROGRAMS = \
        test-engine \
@@ -421,6 +422,7 @@ MANPAGES = \
        man/systemd-cgls.1 \
        man/systemd-notify.1 \
        man/sd_notify.3 \
+       man/sd_readahead.3 \
        man/sd_booted.3 \
        man/sd_listen_fds.3 \
        man/sd_is_fifo.3 \
@@ -619,6 +621,15 @@ systemd_modules_load_SOURCES = \
 systemd_modules_load_CFLAGS = \
        $(AM_CFLAGS)
 
+systemd_tempfiles_LDADD = \
+       libsystemd-basic.la
+
+systemd_tempfiles_SOURCES = \
+       src/tempfiles.c
+
+systemd_tempfiles_CFLAGS = \
+       $(AM_CFLAGS)
+
 systemd_modules_load_LDADD = \
        libsystemd-basic.la