mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-16 06:59:57 -05:00
Added configurable error handlers.
This commit is contained in:
parent
34c76ccf73
commit
49affda3a0
5 changed files with 29 additions and 15 deletions
|
|
@ -3,8 +3,9 @@ sysinclude_HEADERS = asoundlib.h
|
|||
|
||||
# This is the order they will be concatenated into asoundlib.h!
|
||||
#
|
||||
header_files=header.h version.h error.h control.h mixer.h pcm.h rawmidi.h \
|
||||
timer.h hwdep.h seq.h seqmid.h conv.h instr.h conf.h footer.h
|
||||
header_files=header.h version.h global.h error.h control.h mixer.h pcm.h \
|
||||
rawmidi.h timer.h hwdep.h seq.h seqmid.h conv.h instr.h conf.h \
|
||||
footer.h
|
||||
|
||||
noinst_HEADERS=$(header_files) search.h list.h aserver.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue