summaryrefslogtreecommitdiff
path: root/va/x11
diff options
context:
space:
mode:
authorArmin K <krejzi@email.com>2013-03-15 18:13:55 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2013-03-19 09:19:21 +0800
commitba9b5fc6632989a6e837abfbd826e4ac16d61e0d (patch)
tree3e5ed560317455ea0b38291434e9f029d9235bc5 /va/x11
parent9f4dedc4de014cc665c32dfbac1c017f9396b563 (diff)
downloadlibva-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/x11')
-rw-r--r--va/x11/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/x11/Makefile.am b/va/x11/Makefile.am
index c38cd58..0853016 100644
--- a/va/x11/Makefile.am
+++ b/va/x11/Makefile.am
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-INCLUDES = \
+AM_CPPFLAGS = \
-DLINUX \
-I$(top_srcdir) \
-I$(top_srcdir)/va \