mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 01:17:58 +02:00
Fix compilation of syslog test in master
This commit is contained in:
parent
b3b9fc03da
commit
87d37f0867
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ test_refs_CPPFLAGS = $(static_cppflags)
|
|||
test_refs_LDADD = libdbus-testutils.la $(GLIB_LIBS)
|
||||
|
||||
test_syslog_SOURCES = internals/syslog.c
|
||||
test_syslog_CPPFLAGS = -DDBUS_STATIC_BUILD $(GLIB_CFLAGS)
|
||||
test_syslog_LDADD = libdbus-testutils.la $(GLIB_LIBS) $(TEST_LIBS)
|
||||
test_syslog_CPPFLAGS = $(static_cppflags)
|
||||
test_syslog_LDADD = libdbus-testutils.la $(GLIB_LIBS)
|
||||
|
||||
EXTRA_DIST = dbus-test-runner
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue