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