chiark / gitweb /
build-sys: add org.freedesktop.systemd1.policy to CLEANFILES
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 12 Mar 2011 13:31:44 +0000 (14:31 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 12 Mar 2011 13:31:44 +0000 (14:31 +0100)
ERROR: files left in build directory after distclean:
./src/org.freedesktop.systemd1.policy
make[1]: *** [distcleancheck] Error 1

Makefile.am

index bb6485792aea13e1b0a60eec66220d7825f66a84..872bcc255c69177c48d8ac42a833aa8ff0a11060 100644 (file)
@@ -340,7 +340,7 @@ EXTRA_DIST = \
        units/quotacheck.service.in \
        systemd.pc.in \
        introspect.awk \
        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 += \
 
 if TARGET_FEDORA
 dist_systemunit_DATA += \
@@ -1114,7 +1114,8 @@ CLEANFILES = \
        $(nodist_userunit_DATA) \
        $(nodist_man_MANS) \
        ${XML_IN_FILES:.xml.in=.html} \
        $(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 += \
 
 if HAVE_VALAC
 CLEANFILES += \