summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2014-06-16 20:54:46 -0700
committerLennart Poettering <lennart@poettering.net>2014-06-20 14:27:25 +0200
commit61b5c82d91694a51bc886a61d5cc94f473dc7dd6 (patch)
tree7a893ec08b02986f75dce7274927f243140589fd /Makefile.am
parent59282254ef87857343f9e28ed33abc19c64658ba (diff)
build-sys: add sysusers.d/systemd.conf to CLEANFILES
The sysusers.d/systemd.conf configuration file was originally introduced in commit 1b99214789101, but it was not marked for cleanup. This caused distcheck to complain about the file not being removed by distcleam. Tested: Successfully ran "make distcheck" with this patchset.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bd26780a5..9ece7a053 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1828,6 +1828,9 @@ EXTRA_DIST += \
units/systemd-sysusers.service.in \
sysusers.d/systemd.conf.in
+CLEANFILES += \
+ sysusers.d/systemd.conf
+
INSTALL_DIRS += \
$(sysusersdir)
endif