summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2021-05-25 17:12:47 +0200
committerJaroslav Kysela <perex@perex.cz>2021-05-25 17:13:06 +0200
commitf9bb2487acf26202ba01ec9def8aada11f570004 (patch)
tree2a8f3484b28a7af266f5a9fb2acdd4b8ee1a421a
parentb0e99e4cfe1e0442941c9560e0ea131c67fd3776 (diff)
downloadalsa-lib-f9bb2487acf26202ba01ec9def8aada11f570004.tar.gz
include: try to fix the out-of-source-tree build
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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