From: Filipe Brandenburger Date: Tue, 17 Jun 2014 03:54:46 +0000 (-0700) Subject: build-sys: add sysusers.d/systemd.conf to CLEANFILES X-Git-Tag: v215~254 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=61b5c82d91694a51bc886a61d5cc94f473dc7dd6 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. --- 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