mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
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:
parent
6b33231aa7
commit
2c976b1d45
3 changed files with 10 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue