From fd3dcfaeebaf76165e6a8ba99de4fc2b8a16d66d Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Wed, 8 Jul 2009 14:27:44 +0800 Subject: [PATCH] Fix test build issue Signed-off-by: Austin Yuan --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 6554962..04a24ab 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -27,7 +27,7 @@ bin_PROGRAMS = vainfo testdir = $(bindir) -AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src -DIN_LIBVA +AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA TESTS = $(check_PROGRAMS) -- 2.7.4