[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Sat Mar 12 05:33:04 PST 2011
Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 3eb4d9a214a09883e50ce557b36c7903406d7ef8
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Sat Mar 12 14:31:44 2011 +0100
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
diff --git a/Makefile.am b/Makefile.am
index bb64857..872bcc2 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 += \
More information about the systemd-commits
mailing list