summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-01-21 17:51:07 +0000
committerSimon McVittie <smcv@collabora.com>2019-01-21 18:43:08 +0000
commit2938c2125ebcd001e470aeac1ffac45b6b1ebe89 (patch)
tree6dc8f667c4480007c8fa3ff52113b042dfacd6ce /.gitignore
parent8747c9b5a06209b22d6b5c89c6ef44d88a74197f (diff)
downloaddbus-2938c2125ebcd001e470aeac1ffac45b6b1ebe89.tar.gz
Adapt to API change in AX_CODE_COVERAGE version 28
AX_CODE_COVERAGE recently changed the way it embedded its Makefile rules in the output file: instead of using @CODE_COVERAGE_RULES@, users are now meant to include aminclude_static.am. The new AX_CODE_COVERAGE is only in the latest autoconf-archive release, version 2019.01.06, which is inconveniently new, so bundle everything we need for the moment. This requires us to stop using the deprecated CODE_COVERAGE_LDFLAGS (which we still used to support older versions of autoconf-archive) and replace them with CODE_COVERAGE_LIBS. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9ed7c573..7de60e0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
/.ccache/
/Doxyfile
/aclocal.m4
+/aminclude_static.am
/autom4te.cache
/build-aux/
/bus/tmpfiles.d/dbus.conf
@@ -12,11 +13,11 @@
/config.log
/config.status
/configure
+/dbus-1.*-coverage.info
+/dbus-1.*-coverage.info.tmp
+/dbus-1.*-coverage/
/dbus-1.*.tar.*
/dbus-1.*/
-/lcov.html/
-/lcov.info
-/lcov.info.tmp
/libtool
/m4/libtool.m4
/m4/lt*.m4