]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 00585a6f3154a26c8ed110c87c130722be3312db..c149ae2a1e16c76f26b06fd2091c3e1130ee2fcf 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