mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-04 20:00:36 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b2ec081f4f
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