diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 17:17:43 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 17:17:43 -0500 |
commit | a7f9455d86f13e90558e37adb0cf3553b1c3e933 (patch) | |
tree | ed2f6fc061be3fae84a0ba26a2884d77f5f11336 /configure.ac | |
parent | c98bbd8657387ef0f907ac046fa9b52f8174e8c7 (diff) | |
download | ayatana-indicator-datetime-a7f9455d86f13e90558e37adb0cf3553b1c3e933.tar.gz ayatana-indicator-datetime-a7f9455d86f13e90558e37adb0cf3553b1c3e933.tar.bz2 ayatana-indicator-datetime-a7f9455d86f13e90558e37adb0cf3553b1c3e933.zip |
Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6377b9a..ac19fb7 100644 --- a/configure.ac +++ b/configure.ac @@ -145,8 +145,10 @@ GLIB_GSETTINGS m4_include([m4/gcov.m4]) AC_TDD_GCOV +AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes]) +AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes]) +AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes]) AC_SUBST(COVERAGE_CFLAGS) -AC_SUBST(COVERAGE_CXXFLAGS) AC_SUBST(COVERAGE_LDFLAGS) ########################### |