From: Simon McVittie Date: Tue, 14 Jun 2011 15:35:08 +0000 (+0100) Subject: Remove DBUS_TEST_CFLAGS, which is empty X-Git-Tag: dbus-1.5.6~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa9bf406b408e2310703612a83bd0aa63c116ace;p=thirdparty%2Fdbus.git Remove DBUS_TEST_CFLAGS, which is empty --- diff --git a/configure.ac b/configure.ac index c9ebd115f..382d71f86 100644 --- a/configure.ac +++ b/configure.ac @@ -1140,9 +1140,7 @@ DBUS_LAUNCHER_LIBS="$XML_LIBS $THREAD_LIBS $NETWORK_libs" AC_SUBST(DBUS_LAUNCHER_CFLAGS) AC_SUBST(DBUS_LAUNCHER_LIBS) -DBUS_TEST_CFLAGS= DBUS_TEST_LIBS="$THREAD_LIBS $NETWORK_libs" -AC_SUBST(DBUS_TEST_CFLAGS) AC_SUBST(DBUS_TEST_LIBS) ### X11 detection diff --git a/test/Makefile.am b/test/Makefile.am index 187a239a2..699f6df3b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS= . name-test DIST_SUBDIRS=name-test -INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS) +INCLUDES=-I$(top_srcdir) libdbus_testutils_la_SOURCES = test-utils.h test-utils.c diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 5f11f0be9..8ac39c96c 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_TEST_CFLAGS) -DDBUS_COMPILATION +INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) -DDBUS_COMPILATION ## note that TESTS has special meaning (stuff to use in make check) ## so if adding tests not to be run in make check, don't add them to