[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.
This commit is contained in:
Chris Wilson 2007-12-03 09:59:52 +00:00
parent 9c73259403
commit 407ed0a6e7

View file

@ -68,6 +68,8 @@ EXTRA_DIST = \
ROADMAP \
TODO
DISTCLEANFILES = config.cache
distclean-local: lcov-clean
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \
$(srcdir)/autoscan.log \