include: try to fix the out-of-source-tree build

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-05-25 17:12:47 +02:00
parent b0e99e4cfe
commit f9bb2487ac

View 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