diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-01-19 11:44:33 -0500 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-01-19 11:44:33 -0500 |
commit | b1a802f06a3c9883d7267e804ebf66cdbcf4a0fa (patch) | |
tree | 12b1ba66e2d86d1d2e539b77efbbfc307fc6a0e9 /test | |
parent | 3f32157bde18e012ad0dcac568b5ad331edcb1a7 (diff) | |
download | libva-b1a802f06a3c9883d7267e804ebf66cdbcf4a0fa.tar.gz |
Fixed compile issue
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index aeb89fe..379813c 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 +AM_CFLAGS = -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 TESTS = $(check_PROGRAMS) |