Makefile.am: include lcov.mak for lcov coverage generation

Original commit message from CVS:
* Makefile.am:
include lcov.mak for lcov coverage generation
* tools/Makefile.am:
add to CLEANFILES
This commit is contained in:
Thomas Vander Stichele 2006-07-02 21:54:43 +00:00
parent 6b33231aa7
commit 2c976b1d45
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am:
include lcov.mak for lcov coverage generation
* tools/Makefile.am:
add to CLEANFILES
2006-07-02 Edward Hervey <edward@fluendo.com>
* tests/check/elements/.cvsignore:

View file

@ -109,3 +109,5 @@ win32-update:
for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
cp $(top_builddir)/gst/$$f win32/common; done
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
include $(top_srcdir)/common/coverage/lcov.mak

View file

@ -106,7 +106,7 @@ GST_OTHER_MAN = \
manpages = $(GST_LOADSAVE_MAN) $(GST_PARSE_MAN) $(GST_OTHER_MAN)
CLEANFILES = $(manpages) $(bin_SCRIPTS)
CLEANFILES = $(manpages) $(bin_SCRIPTS) *.gcno *.gcda
man_MANS = $(manpages)
# developer helper tools, not meant for installation