From f8c131047cf3af5a001119bcf2f3697994fd17d2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 14 Jun 2011 16:37:24 +0100 Subject: [PATCH] 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. --- test/name-test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 00585a6f3..c149ae2a1 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 -- 2.47.3