Fix compilation on a system with old alsa-lib headers

Fixed the compilation on a system with old alsa-lib headers.
A symlink alsa is created here to include all alsa-lib headers
locally even via #include <alsa/xxx.h>
This commit is contained in:
Takashi Iwai 2005-06-28 13:35:22 +00:00
parent 7a89e3bbca
commit 985c6f94d0

View file

@ -16,7 +16,7 @@ noinst_HEADERS = sys.h search.h list.h aserver.h local.h alsa-symbols.h
CLEANFILES = stamp-vh version.h alsa
version.h: stamp-vh
version.h: stamp-vh alsa
@:
stamp-vh: $(top_builddir)/configure.in
@ -41,6 +41,9 @@ stamp-vh: $(top_builddir)/configure.in
echo timestamp > stamp-vh)
-@rm -f ver.tmp
alsa:
ln -s . $@
INCLUDES=-I$(top_srcdir)/include
install-data-hook: