summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-14 16:37:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 11:06:38 +0100
commitf8c131047cf3af5a001119bcf2f3697994fd17d2 (patch)
treea20b4424d8992bf67955195f4421db1dda6333a1
parentb4511023018e91457de942b31bde46984bfd5a7e (diff)
downloaddbus-f8c131047cf3af5a001119bcf2f3697994fd17d2.tar.gz
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.
-rw-r--r--test/name-test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am
index 00585a6f..c149ae2a 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