From: Simon McVittie Date: Tue, 14 Jun 2011 15:37:24 +0000 (+0100) Subject: Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed) X-Git-Tag: dbus-1.5.6~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c131047cf3af5a001119bcf2f3697994fd17d2;p=platform%2Fupstream%2Fdbus.git 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. --- diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 00585a6..c149ae2 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -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