From 3eb4d9a214a09883e50ce557b36c7903406d7ef8 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 12 Mar 2011 14:31:44 +0100 Subject: [PATCH] build-sys: add org.freedesktop.systemd1.policy to CLEANFILES ERROR: files left in build directory after distclean: ./src/org.freedesktop.systemd1.policy make[1]: *** [distcleancheck] Error 1 --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index bb6485792..872bcc255 100644 --- a/Makefile.am +++ b/Makefile.am @@ -340,7 +340,7 @@ EXTRA_DIST = \ units/quotacheck.service.in \ systemd.pc.in \ introspect.awk \ - src/org.freedesktop.systemd1.policy.in + src/org.freedesktop.systemd1.policy.in if TARGET_FEDORA dist_systemunit_DATA += \ @@ -1114,7 +1114,8 @@ CLEANFILES = \ $(nodist_userunit_DATA) \ $(nodist_man_MANS) \ ${XML_IN_FILES:.xml.in=.html} \ - $(pkgconfigdata_DATA) + $(pkgconfigdata_DATA) \ + src/org.freedesktop.systemd1.policy if HAVE_VALAC CLEANFILES += \ -- 2.30.2