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 <[email protected]>
---
 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

_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to