mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
7a89e3bbca
commit
985c6f94d0
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue