summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-07-08 14:27:44 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-07-08 14:27:44 +0800
commitfd3dcfaeebaf76165e6a8ba99de4fc2b8a16d66d (patch)
tree738fbe604056464d4b449f4bd8745cf901f7f8c3
parent1a24c916774a313a306223a094c90863bedeca3e (diff)
downloadlibva-fd3dcfaeebaf76165e6a8ba99de4fc2b8a16d66d.tar.gz
Fix test build issue
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)