summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-10 23:02:40 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-10 23:02:40 +0200
commit849958d1ba3533c953fad46d4d41c0ec6e48316d (patch)
tree4002001e577cf348fe5df3fc4aa359bd21428a52 /Makefile.am
parentcde684a2932d3c8cbb9b3374aec27a1c20ba75fa (diff)
tmpfiles: add new "C" line for copying files or directories
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ff9f5a4fd..c67f0634b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -808,7 +808,9 @@ libsystemd_shared_la_SOURCES = \
src/shared/async.c \
src/shared/async.h \
src/shared/eventfd-util.c \
- src/shared/eventfd-util.h
+ src/shared/eventfd-util.h \
+ src/shared/copy.c \
+ src/shared/copy.h
nodist_libsystemd_shared_la_SOURCES = \
src/shared/errno-from-name.h \