diff options
author | Kay Sievers <kay@vrfy.org> | 2013-01-30 17:32:02 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-30 17:32:02 +0100 |
commit | 4584651afd7c1ddb30a2bd16a08088969e4bccff (patch) | |
tree | d74e15fa08cefbdc6eab29a9d4ff774b37cdce87 /Makefile.am | |
parent | 94172f3c9c34e23593f1942f02164cb578109a84 (diff) |
build-sys: add intermediate files to CLEANFILES to fix distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4422eb8db0..b08f66257f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,6 +416,9 @@ nodist_systemunit_DATA = \ if HAVE_KMOD nodist_systemunit_DATA += \ units/systemd-modules-load.service + +EXTRA_DIST += \ + units/systemd-modules-load.service.in endif dist_userunit_DATA = \ @@ -461,8 +464,10 @@ EXTRA_DIST += \ introspect.awk \ man/custom-html.xsl -EXTRA_DIST += \ - units/systemd-modules-load.service.in +CLEANFILES += \ + units/console-shell.service.m4 \ + units/console-getty.service.m4 \ + units/rescue.service.m4 if HAVE_SYSV_COMPAT nodist_systemunit_DATA += \ @@ -1243,7 +1248,8 @@ EXTRA_DIST += \ src/core/macros.systemd.in CLEANFILES += \ - src/core/macros.systemd + src/core/macros.systemd \ + src/core/org.freedesktop.systemd1.policy.in # ------------------------------------------------------------------------------ noinst_PROGRAMS += \ |