summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-05 23:39:55 -0700
committerLennart Poettering <lennart@poettering.net>2012-09-05 23:42:05 -0700
commitcb7ed9dfca647198bce95f503552710eae22da37 (patch)
treeacb836ee03fe700dee1d538932109202ff6d5617 /Makefile.am
parentdcc9ba80e160bb6e2ed97c7ee343953721702b0c (diff)
tmpfiles: don't attempt creation of device nodes when we run in a container
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae775c8c39..f88d193b41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1296,7 +1296,8 @@ systemd_tmpfiles_SOURCES = \
systemd_tmpfiles_LDADD = \
libsystemd-label.la \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-capability.la
# ------------------------------------------------------------------------------
systemd_machine_id_setup_SOURCES = \