chiark / gitweb /
build-sys: add sysusers.d/systemd.conf to CLEANFILES
authorFilipe Brandenburger <filbranden@google.com>
Tue, 17 Jun 2014 03:54:46 +0000 (20:54 -0700)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jun 2014 12:27:25 +0000 (14:27 +0200)
commit61b5c82d91694a51bc886a61d5cc94f473dc7dd6
tree7a893ec08b02986f75dce7274927f243140589fd
parent59282254ef87857343f9e28ed33abc19c64658ba
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.
Makefile.am