[Libva] [PATCH RFC intel-driver 05/11] test: link to i965 convenience library

U. Artie Eoff ullysses.a.eoff at intel.com
Thu Sep 1 19:59:39 UTC 2016


Link the i965 convenience library to the i965 test
executable for testing.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff at intel.com>
---
 test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 19ad34746541..f309de202559 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -58,6 +58,7 @@ test_i965_drv_video_LDFLAGS =						\
 	$(NULL)
 
 test_i965_drv_video_LDADD =						\
+	$(top_srcdir)/src/libi965_drv_video.la				\
 	libgtest.la							\
 	$(DRM_LIBS)							\
 	$(LIBVA_DEPS_LIBS)						\
-- 
2.4.11



More information about the Libva mailing list