summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
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 /tools/Makefile.am
parentfa9bf406b408e2310703612a83bd0aa63c116ace (diff)
downloaddbus-b4511023018e91457de942b31bde46984bfd5a7e.tar.gz
Remove DBUS_CLIENT_CFLAGS, which is always empty
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ce88c85f..036b7b75 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,6 @@
configdir=$(sysconfdir)/dbus-1
-INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
+INCLUDES=-I$(top_srcdir) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
extra_bin_programs=
if DBUS_UNIX