OSDN Git Service

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 c7b9fc7..9909fb7 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