[cairo-commit] Makefile.am

Chris Wilson ickle at kemper.freedesktop.org
Mon Dec 3 10:58:41 PST 2007


 Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 407ed0a6e7183c4fc6da1e988fada19c82ccef8a
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Dec 3 09:59:52 2007 +0000

    [Makefile.am] Add lcov-clean to distclean.
    
    Clean the gcov temporary files when doing a full clean - spotted in a
    patch by Patrick Hulin to adapt cairo's lcov targets to glib.

diff --git a/Makefile.am b/Makefile.am
index 30d6c1c..f1dbef0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,8 @@ EXTRA_DIST = \
 	ROADMAP \
 	TODO
 DISTCLEANFILES = config.cache
+distclean-local: lcov-clean
+
 MAINTAINERCLEANFILES = \
 	$(srcdir)/aclocal.m4 \
 	$(srcdir)/autoscan.log \


More information about the cairo-commit mailing list