mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-06 00:00:28 +01:00
name-test, tools: add missing COVERAGE_CFLAGS
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
2ec7c67b16
commit
73b03e0bfb
2 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ AM_CPPFLAGS = \
|
|||
-DDBUS_COMPILATION \
|
||||
$(NULL)
|
||||
|
||||
AM_CFLAGS = \
|
||||
$(CODE_COVERAGE_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
# if assertions are enabled, improve backtraces
|
||||
AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ AM_CPPFLAGS = \
|
|||
-DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
|
||||
$(NULL)
|
||||
|
||||
AM_CFLAGS = \
|
||||
$(CODE_COVERAGE_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
# if assertions are enabled, improve backtraces
|
||||
AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue