mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 05:18:01 +02:00
[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:
parent
9c73259403
commit
407ed0a6e7
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ EXTRA_DIST = \
|
|||
ROADMAP \
|
||||
TODO
|
||||
DISTCLEANFILES = config.cache
|
||||
distclean-local: lcov-clean
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(srcdir)/aclocal.m4 \
|
||||
$(srcdir)/autoscan.log \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue