summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-18 17:30:27 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2014-10-10 14:42:02 +0800
commit53fac6481ffa0fdf0c791968b2b184f569cec265 (patch)
treef2edab25d4e8aa2943a10f490eac4481511038c0
parent53601fd3649629fc37f1b19734e6af5f3a185371 (diff)
downloadlibva-53fac6481ffa0fdf0c791968b2b184f569cec265.tar.gz
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 <emil.l.velikov@gmail.com> (cherry picked from commit 392771e9a9ae0a3a58767ef6133f27d6b120f4e7)
-rw-r--r--va/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/Makefile.am b/va/Makefile.am
index a4ac157..65b1eeb 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -70,7 +70,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