diff options
author | Filipe Brandenburger <filbranden@google.com> | 2014-06-16 20:54:46 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-20 14:27:25 +0200 |
commit | 61b5c82d91694a51bc886a61d5cc94f473dc7dd6 (patch) | |
tree | 7a893ec08b02986f75dce7274927f243140589fd | |
parent | 59282254ef87857343f9e28ed33abc19c64658ba (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.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bd26780a55..9ece7a0538 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 |