Remove DBUS_TEST_CFLAGS, which is empty
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 14 Jun 2011 15:35:08 +0000 (16:35 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:05:34 +0000 (11:05 +0100)
configure.ac
test/Makefile.am
test/name-test/Makefile.am

index c9ebd11..382d71f 100644 (file)
@@ -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
index 187a239..699f6df 100644 (file)
@@ -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
 
index 5f11f0b..8ac39c9 100644 (file)
@@ -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