Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed)

This appears to be left over from when dbus-glib was part of dbus.
This commit is contained in:
Simon McVittie 2011-06-14 16:37:24 +01:00
parent b451102301
commit f8c131047c

View 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