From 87d37f08673d3f9412a468370eaf86f7f6b6b2af Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 21 Sep 2011 11:53:31 +0100 Subject: [PATCH] Fix compilation of syslog test in master --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index fe4a919..d69e783 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 -- 2.7.4