From f9bb2487acf26202ba01ec9def8aada11f570004 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 25 May 2021 17:12:47 +0200 Subject: [PATCH] include: try to fix the out-of-source-tree build Signed-off-by: Jaroslav Kysela --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.1