]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 c9ebd115f44419b905bf1de8507f93c6d2c1e34d..382d71f86918401415eb0c67e40149cd4a73fddd 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 187a239a2fc40a59b3df2b7eae0fd5e2f7542a68..699f6df3b11947b134929ef9f3e733590fc593cb 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 5f11f0be9eb5a16478f7e50814b029bbe03c1cde..8ac39c96cfdaef10869d1a85fbccc7acacd67f9e 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