mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
include: try to fix the out-of-source-tree build
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b0e99e4cfe
commit
f9bb2487ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue