summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-27 17:09:18 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 12:34:34 +0100
commitf67323d8326b3f5abe9438a21ea253cc45f74b32 (patch)
tree0b88b0529c1baa918920f35c7320bf07522c354b /plugins
parent04dd9b4c9c877a9d2be838101c19ae096277c692 (diff)
Use AM_CPPFLAGS instead of deprecated INCLUDES
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69885 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 23ccc6c0..8203d204 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
$(TELEPATHY_CFLAGS) \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \