mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Added symlink for sys/asoundlib.h to alsa/asoundlib.h
This commit is contained in:
parent
b1be87d51e
commit
c8cd1c9782
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
alsaincludedir = ${includedir}/alsa
|
alsaincludedir = ${includedir}/alsa
|
||||||
alsainclude_HEADERS = asoundlib.h
|
alsainclude_HEADERS = asoundlib.h
|
||||||
|
|
||||||
|
sysincludedir = ${includedir}/sys
|
||||||
|
|
||||||
# This is the order they will be concatenated into asoundlib.h!
|
# This is the order they will be concatenated into asoundlib.h!
|
||||||
#
|
#
|
||||||
header_files=header.h version.h global.h input.h output.h error.h \
|
header_files=header.h version.h global.h input.h output.h error.h \
|
||||||
|
|
@ -42,4 +44,6 @@ INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
rm -f $(alsaincludedir)/asoundef.h
|
rm -f $(alsaincludedir)/asoundef.h
|
||||||
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) ../sound/asoundef.h asoundef.h)
|
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h)
|
||||||
|
# should be removed in future
|
||||||
|
(cd $(DESTDIR)$(sysincludedir) && $(LN_S) -f ../alsa/asoundlib.h asoundlib.h)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue