summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-08-06 13:08:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-08-06 13:08:13 +1000
commitbbef8e46f2fed8f823ee4b97e96c3fcee28f3b75 (patch)
treed5065903cadb6fb6a069b293a994b1b092cebc1e /hw/xfree86/utils
parentc218ba8423a73a7a643cb17789db8a1dd0901ca6 (diff)
Replace INCLUDES with AM_CPPFLAGS
newer automake gets quite noisy about this. hw/xfree86/ddc/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') and many more of these. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r--hw/xfree86/utils/cvt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/utils/cvt/Makefile.am b/hw/xfree86/utils/cvt/Makefile.am
index 754606e8e..26abeb40b 100644
--- a/hw/xfree86/utils/cvt/Makefile.am
+++ b/hw/xfree86/utils/cvt/Makefile.am
@@ -22,7 +22,7 @@
bin_PROGRAMS = cvt
-INCLUDES = $(XORG_INCS) \
+AM_CPPFLAGS = $(XORG_INCS) \
-I$(top_srcdir)/hw/xfree86/ddc \
-I$(top_srcdir)/hw/xfree86/modes \
-I$(top_srcdir)/hw/xfree86/parser