summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-28 22:32:53 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-28 22:32:53 +0200
commit34c8deaae1fcfa9e7c9db49b5f3a33973e103218 (patch)
treea22f1a1d7e084181ed30a2c9d57421c131c58a1a /Makefile.am
parent7fcde28044351a9d2780916b69ff67e5c4e27e01 (diff)
tmpfiles: install default tmpfiles configuration
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 44a2779f09..973d341ea3 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@
@@ -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 \