diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-20 22:46:47 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-20 22:46:47 -0400 |
commit | cca48bd5b9de1d4902b12acc86778def3ae00cbe (patch) | |
tree | f9095a7537f8c1c9caee1fc3e405ae61311d9ba9 /Makefile.am | |
parent | bad7f1e54f03284cfd6235d345270ecada4379b5 (diff) |
Add support for coverage reports with lcov
Patch by Patrick Hulin, bug #501057.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |