mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.h.
This commit is contained in:
parent
c8cd1c9782
commit
6157018e8a
2 changed files with 3 additions and 1 deletions
|
|
@ -46,4 +46,4 @@ install-exec-hook:
|
||||||
rm -f $(alsaincludedir)/asoundef.h
|
rm -f $(alsaincludedir)/asoundef.h
|
||||||
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h)
|
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h)
|
||||||
# should be removed in future
|
# should be removed in future
|
||||||
(cd $(DESTDIR)$(sysincludedir) && $(LN_S) -f ../alsa/asoundlib.h asoundlib.h)
|
$(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h
|
||||||
|
|
|
||||||
2
include/sys.h
Normal file
2
include/sys.h
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
||||||
|
#include <alsa/asoundlib.h>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue