Consistently add CODE_COVERAGE_CPPFLAGS everywhere

We forgot this in a couple of places.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2019-01-21 18:46:07 +00:00
parent e0ea7a130c
commit 83be61aa2d
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(CODE_COVERAGE_CPPFLAGS) \
$(DBUS_STATIC_BUILD_CPPFLAGS) \
$(VALGRIND_CFLAGS) \
-DDBUS_COMPILATION \

View file

@ -1,5 +1,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(CODE_COVERAGE_CPPFLAGS) \
$(DBUS_STATIC_BUILD_CPPFLAGS) \
$(DBUS_X_CFLAGS) \
-DDBUS_COMPILATION \