[Libva] [PATCH 2/7] Fix out of tree builds

Emil Velikov emil.l.velikov at gmail.com
Thu Sep 18 09:30:27 PDT 2014


Prefix the libva.sym file or it will not be found when doing out of
tree builds.

Spotted by 'make distcheck'.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 va/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/va/Makefile.am b/va/Makefile.am
index 05c62a7..95f5dc7 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -61,7 +61,7 @@ libva_source_h_priv = \
 
 libva_ldflags = \
 	$(LDADD) -no-undefined	\
-	-Wl,-version-script,libva.syms \
+	-Wl,-version-script,${srcdir}/libva.syms \
 	$(NULL)
 
 lib_LTLIBRARIES			= libva.la
-- 
2.1.0



More information about the Libva mailing list