diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-02 21:54:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-02 21:54:43 +0000 |
commit | 2c976b1d4584d92bc99b307543fe6205b21afe20 (patch) | |
tree | 01301cf1c4de4158863392e28b349648a127ce41 /Makefile.am | |
parent | 6b33231aa7e06db192456cc197c8dadd399ac5e4 (diff) |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 16ff9b4d9..bef54e079 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |