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-06 16:29:07 +0200
commit34ef09eaf52ddede8abf68220191b1afd4439b3a (patch)
treebfa10996bd3bfe204ea6b7bc5053088a7e8165e1
parent7a5a81b4b1b4af4f89c76c004a5b2df051d4fc36 (diff)
test/basic: fix build of basic tests.
Signed-off-by: Haitao Huang <haitao.huang@intel.com>
-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