diff options
author | Armin K <krejzi@email.com> | 2013-03-15 18:13:55 +0100 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-03-19 09:19:21 +0800 |
commit | ba9b5fc6632989a6e837abfbd826e4ac16d61e0d (patch) | |
tree | 3e5ed560317455ea0b38291434e9f029d9235bc5 /va/Makefile.am | |
parent | 9f4dedc4de014cc665c32dfbac1c017f9396b563 (diff) | |
download | libva-ba9b5fc6632989a6e837abfbd826e4ac16d61e0d.tar.gz |
Automake 1.13 fixups
error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
changed NO_CONFIGURE to NOCONFIGURE to be consistent with other packages
Diffstat (limited to 'va/Makefile.am')
-rw-r--r-- | va/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/va/Makefile.am b/va/Makefile.am index a3bfe06..4040441 100644 --- a/va/Makefile.am +++ b/va/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -DVA_DRIVERS_PATH="\"$(LIBVA_DRIVERS_PATH)\"" |