summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-20 22:46:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-20 22:46:47 -0400
commitcca48bd5b9de1d4902b12acc86778def3ae00cbe (patch)
treef9095a7537f8c1c9caee1fc3e405ae61311d9ba9 /Makefile.am
parentbad7f1e54f03284cfd6235d345270ecada4379b5 (diff)
downloadglib-cca48bd5b9de1d4902b12acc86778def3ae00cbe.tar.gz
Add support for coverage reports with lcov
Patch by Patrick Hulin, bug #501057.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae59aa2c8..9ee0acd0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,7 +123,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man
DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h config.lt
-distclean-local:
+distclean-local: lcov-clean
if test $(srcdir) = .; then :; else \
rm -f $(BUILT_EXTRA_DIST); \
fi