mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 05:50:07 +01:00
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:
parent
e0ea7a130c
commit
83be61aa2d
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
$(CODE_COVERAGE_CPPFLAGS) \
|
||||
$(DBUS_STATIC_BUILD_CPPFLAGS) \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
-DDBUS_COMPILATION \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
$(CODE_COVERAGE_CPPFLAGS) \
|
||||
$(DBUS_STATIC_BUILD_CPPFLAGS) \
|
||||
$(DBUS_X_CFLAGS) \
|
||||
-DDBUS_COMPILATION \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue