]> git.alsa-project.org Git - alsa-lib.git/commitdiff
include: try to fix the out-of-source-tree build
authorJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 15:12:47 +0000 (17:12 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 15:13:06 +0000 (17:13 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/Makefile.am

index c7b9fc747997ca5474eb8b46f7500a3f83ea9548..9909fb73c7d67b4d6084e4f26f3b43e10d2d9ac6 100644 (file)
@@ -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