From abe6ee06e30f71187aeaed2c8804cbcc6692d8cc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 13 Oct 2010 12:48:51 +0100 Subject: replace remnants of gcov support with lcov.am from telepathy-glib --- Makefile.am | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 317e72c..5a2f669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,29 +40,4 @@ $(srcdir)/ChangeLog: FORCE all-local: Doxyfile -if DBUS_GCOV_ENABLED -clean-gcov: - find -name "*.da" -o -name "*.gcov" | xargs rm || true - -clean-bbg: - find -name "*.bbg" -o -name "*.bb" | xargs rm || true - -GCOV_DIRS=$(GLIB_SUBDIR) - -coverage-report.txt: FORCE - echo "we just don't know" > $@ - -check-coverage: clean-gcov all check coverage-report.txt - cat coverage-report.txt - -else -coverage-report.txt: - echo "Need to reconfigure with --enable-gcov" - -check-coverage: - echo "Need to reconfigure with --enable-gcov" - -endif - -FORCE: - +include tools/lcov.am -- cgit v1.2.1