From: Simon McVittie Date: Wed, 21 Sep 2011 10:53:31 +0000 (+0100) Subject: Fix compilation of syslog test in master X-Git-Tag: dbus-1.5.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d37f08673d3f9412a468370eaf86f7f6b6b2af;p=thirdparty%2Fdbus.git Fix compilation of syslog test in master --- diff --git a/test/Makefile.am b/test/Makefile.am index fe4a919fe..d69e78358 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