summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-12-03 09:59:52 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-12-03 18:58:21 +0000
commit407ed0a6e7183c4fc6da1e988fada19c82ccef8a (patch)
tree586e183ef5fa6b187beda3eea2e6255d41bb989d /Makefile.am
parent9c732594039b164a1e08125c35ec9d04278f0cbf (diff)
[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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 30d6c1cf..f1dbef01 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 \