summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-03-12 14:31:44 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-03-12 14:31:44 +0100
commit3eb4d9a214a09883e50ce557b36c7903406d7ef8 (patch)
tree22f466a10e177090af817134bf8a7342f5aea032 /Makefile.am
parent25705583af79130d2692de297ac971f3cf165619 (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bb6485792a..872bcc255c 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 += \