build-sys: add sysusers.d/systemd.conf to CLEANFILES

The sysusers.d/systemd.conf configuration file was originally introduced in
commit 1b99214789, 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.
This commit is contained in:
Filipe Brandenburger 2014-06-16 20:54:46 -07:00 committed by Lennart Poettering
parent 59282254ef
commit 61b5c82d91

View file

@ -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