summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaitao Huang <haitao.huang@intel.com>2012-07-06 13:41:29 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-27 15:36:34 +0200
commit9129f6240319c8c684474692f10e9d8b06bbbe68 (patch)
treedb667f4670df7cccac5e178d2b78882931dfd714
parent427d4e8515d7382c9f2c41088dd159d9727fe013 (diff)
downloadlibva-9129f6240319c8c684474692f10e9d8b06bbbe68.tar.gz
test/basic: fix build of basic tests.
Signed-off-by: Haitao Huang <haitao.huang@intel.com> (cherry picked from commit baf2a44ee431df2a151bcc1ffd67f79468d81a40)
-rw-r--r--test/basic/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic/Makefile.am b/test/basic/Makefile.am
index c84c264..d13f8c9 100644
--- a/test/basic/Makefile.am
+++ b/test/basic/Makefile.am
@@ -25,7 +25,7 @@ check_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \
AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11
-TEST_LIBS = $(top_builddir)/va/$(libvabackendlib)
+TEST_LIBS = $(top_builddir)/va/$(libvabackendlib) $(top_builddir)/va/$(libvacorelib) -lpthread -lX11
test_01_LDADD = $(TEST_LIBS)
test_01_SOURCES = test_01.c