diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-14 16:35:08 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-29 11:05:34 +0100 |
commit | fa9bf406b408e2310703612a83bd0aa63c116ace (patch) | |
tree | 73397651705b8b04e210550c7d7b67433147f784 /test/name-test | |
parent | ff6b4929168ba6bf38d60b1a720ae55392c12451 (diff) |
Remove DBUS_TEST_CFLAGS, which is empty
Diffstat (limited to 'test/name-test')
-rw-r--r-- | test/name-test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 5f11f0be..8ac39c96 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) $(DBUS_TEST_CFLAGS) -DDBUS_COMPILATION +INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(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 |