X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=7b43733eb1d683f5c7a477fb7251ed33e6b3e870;hb=ca6038b89645c0c1bd547d6a420bf95eb3d6f4cc;hp=d4d96e134f4ad9881363c293cc4f3e4302bcb8c6;hpb=e9140aff750e4f251f5f09b67412fed995fe9c47;p=elogind.git diff --git a/Makefile.am b/Makefile.am index d4d96e134..7b43733eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4478,14 +4478,18 @@ rootlibexec_PROGRAMS += \ nodist_systemunit_DATA += \ units/systemd-vconsole-setup.service -dist_udevrules_DATA += \ +nodist_udevrules_DATA += \ src/vconsole/90-vconsole.rules SYSINIT_TARGET_WANTS += \ systemd-vconsole-setup.service + +CLEANFILES += \ + src/vconsole/90-vconsole.rules endif EXTRA_DIST += \ + src/vconsole/90-vconsole.rules.in \ units/systemd-vconsole-setup.service.in # ------------------------------------------------------------------------------ @@ -4507,6 +4511,15 @@ rootlibexec_PROGRAMS += \ dist_pkgsysconf_DATA += \ src/bootchart/bootchart.conf + +nodist_systemunit_DATA += \ + units/systemd-bootchart.service + +EXTRA_DIST += \ + units/systemd-bootchart.service.in + +CLEANFILES += \ + units/systemd-bootchart.service endif # ------------------------------------------------------------------------------