summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-06-28 13:35:22 +0000
committerTakashi Iwai <tiwai@suse.de>2005-06-28 13:35:22 +0000
commit985c6f94d09cfb6a943214a34fa4876255b285c9 (patch)
treedb8398350df195c29a1092c98967770a6e22bc17 /include
parent7a89e3bbca49c1c608d81789cf636e670c798929 (diff)
downloadalsa-lib-985c6f94d09cfb6a943214a34fa4876255b285c9.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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: