diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-10 23:01:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-10 23:01:13 +0100 |
commit | a9a3da50fb2a5d1247f63979df53511128250f3f (patch) | |
tree | 44c7e0dce2c2acdd9db7a1c845a2a03e84487c1b | |
parent | 7da81d33c147f4d6397efa1fdd08ba0a40c9c457 (diff) |
build-sys: add missing file to CLEANFILES
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c70409ceec..e5c0bb7fdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2610,6 +2610,9 @@ EXTRA_DIST += \ units/systemd-bus-proxyd@.service.m4.in \ units/user/systemd-bus-proxyd@.service.in +CLEANFILES += \ + units/systemd-bus-proxyd@.service.m4 + if HAVE_SMACK bus-proxyd-set-cap-hook: -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd |