summaryrefslogtreecommitdiff
path: root/test/name-test
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-14 16:36:14 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 11:06:07 +0100
commitb4511023018e91457de942b31bde46984bfd5a7e (patch)
treefae0b2b5184ce2f888ce7a2f30e0937e4b62e874 /test/name-test
parentfa9bf406b408e2310703612a83bd0aa63c116ace (diff)
Remove DBUS_CLIENT_CFLAGS, which is always empty
Diffstat (limited to 'test/name-test')
-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 8ac39c96..00585a6f 100644
--- a/test/name-test/Makefile.am
+++ b/test/name-test/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) -DDBUS_COMPILATION
+INCLUDES=-I$(top_srcdir) $(DBUS_GLIB_CFLAGS) -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