From 985c6f94d09cfb6a943214a34fa4876255b285c9 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 28 Jun 2005 13:35:22 +0000 Subject: 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 --- include/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 50634557..5f3b66c8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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: -- cgit v1.2.1