From 392771e9a9ae0a3a58767ef6133f27d6b120f4e7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 18 Sep 2014 17:30:27 +0100 Subject: Fix out of tree builds 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 --- 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 -- cgit v1.2.1