]> git.alsa-project.org Git - alsa-lib.git/commit
topology: correct version script path
authorJan Palus <jpalus@fastmail.com>
Tue, 30 Jan 2024 13:24:25 +0000 (14:24 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 30 Jan 2024 13:31:46 +0000 (14:31 +0100)
commit2a736a0d2543f206fd2653aaae8a08a4c42eb917
tree31ff8d03fb15c243dd9016e4f261a250422293b0
parent7e3a3c2b0a092d0f568ba3c98365030dd91cc877
topology: correct version script path

contrary to libasound, version script for libatopology is a regular
source file. while it's often the case that $(builddir) and $(srcdir)
point to the same directory, they don't always have to. therefore path
needs to point explicitly to $(srcdir) for Versions script in topology

Closes: https://github.com/alsa-project/alsa-lib/pull/383
Fixes: GH-382
Fixes: dc7da761f3a2 ("topology: separate Versions linker script")
Signed-off-by: Jan Palus <jpalus@fastmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/topology/Makefile.am