From: Jaroslav Kysela Date: Tue, 25 May 2021 15:12:47 +0000 (+0200) Subject: include: try to fix the out-of-source-tree build X-Git-Tag: v1.2.5~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f9bb2487acf26202ba01ec9def8aada11f570004;p=alsa-lib.git include: try to fix the out-of-source-tree build Signed-off-by: Jaroslav Kysela --- diff --git a/include/Makefile.am b/include/Makefile.am index c7b9fc74..9909fb73 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -68,7 +68,7 @@ DISTCLEANFILES = stamp-vh version.h alsa asoundlib.h .DUMMY: alsa_link alsa_link: - if ! test -h alsa; then \ + if ! test -r alsa/local.h; then \ ln -s $(top_srcdir)/include alsa; \ fi