diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-06 13:08:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-06 13:08:13 +1000 |
commit | bbef8e46f2fed8f823ee4b97e96c3fcee28f3b75 (patch) | |
tree | d5065903cadb6fb6a069b293a994b1b092cebc1e /exa | |
parent | c218ba8423a73a7a643cb17789db8a1dd0901ca6 (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 'exa')
-rw-r--r-- | exa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am index 8b759cd76..c1f1e8638 100644 --- a/exa/Makefile.am +++ b/exa/Makefile.am @@ -8,7 +8,7 @@ if XORG sdk_HEADERS = exa.h endif -INCLUDES = \ +AM_CPPFLAGS = \ $(XORG_INCS) \ -I$(srcdir)/../miext/cw |