diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-01 11:58:22 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-01 11:58:22 +0800 |
commit | 0f6ed093cb064f57293bd06a24938a3a481f821c (patch) | |
tree | 11ad73cfd068ba759a5b2b320440911a357d7c65 /test/basic | |
parent | b15ab87c3c641410324fc32e5105da3386394243 (diff) |
fix test build issue
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'test/basic')
-rw-r--r-- | test/basic/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/basic/Makefile.am b/test/basic/Makefile.am index 78eabcb..24de161 100644 --- a/test/basic/Makefile.am +++ b/test/basic/Makefile.am @@ -23,6 +23,8 @@ bin_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ test_07 test_08 test_09 test_10 test_11 +AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA + TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) test_01_LDADD = $(TEST_LIBS) |