Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed)
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 14 Jun 2011 15:37:24 +0000 (16:37 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:06:38 +0000 (11:06 +0100)
This appears to be left over from when dbus-glib was part of dbus.

test/name-test/Makefile.am

index 00585a6..c149ae2 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES=-I$(top_srcdir) $(DBUS_GLIB_CFLAGS) -DDBUS_COMPILATION
+INCLUDES=-I$(top_srcdir) -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