diff options
author | Johan Dahlin <johan@gnome.org> | 2010-05-28 20:49:54 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-05-28 20:49:54 -0300 |
commit | b2fd4f54883cd701a0c280655c93e20b04897ed2 (patch) | |
tree | 207cfeec2e4db60be013c0f5faa78668360f30fe /Makefile.am | |
parent | dfd218e4d488a64947fd2ae088cbff055b289599 (diff) | |
download | gobject-introspection-b2fd4f54883cd701a0c280655c93e20b04897ed2.tar.gz |
[build] Remove gcov support
It's been broken for some time, remove it instead of letting
it bitrot.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am index 22f9812d..98016cd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,4 @@ ## Process this file with automake to produce Makefile.in -include $(top_srcdir)/gcov.mak - -GCOVSOURCES = - -if GI_GCOV_ENABLED -GCOV_DIRS = girepository tools - -check-coverage: coverage-report.txt - @cat $(top_builddir)/coverage-report.txt - -else - -check-coverage: - @echo "ERROR: Need to reconfigure with --enable-gcov to run make check-coverage" - -endif - ACLOCAL_AMFLAGS = -I m4 SUBDIRS = girepository giscanner tools gir docs tests examples |