summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2011-07-18 09:46:37 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-18 15:02:13 +0100
commit894f722b50712ed9ac2f241691fcecdee560fa3f (patch)
tree621e793f5e058140c4ca7f7c8ed29b7da3109c2d /util
parent98c15e812a24112a8276fa4a62e208a5f008d135 (diff)
Let cc find dbus, dbus-glib headers
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39324 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 1280e712..9c54f821 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1,5 +1,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
+ $(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
$(TELEPATHY_CFLAGS)