summaryrefslogtreecommitdiff
path: root/util
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 /util
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 'util')
-rw-r--r--util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index f506dd22..4a5a6016 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -37,7 +37,7 @@ Android.mk: Makefile.am
-:EXECUTABLE mc-tool -:TAGS eng debug \
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
-:SOURCES $(mc_tool_SOURCES) \
- -:CFLAGS $(DEFS) $(CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ -:CFLAGS $(DEFS) $(CFLAGS) $(DEFAULT_INCLUDES) \
$(AM_CFLAGS) \
-:CPPFLAGS $(CPPFLAGS) $(AM_CPPFLAGS) \
-:LDFLAGS $(LDADD) \