mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-12 13:30:12 -05:00
First version of ALSA client/server
This commit is contained in:
parent
e94033141d
commit
4637f62ff5
12 changed files with 1931 additions and 34 deletions
|
|
@ -6,7 +6,7 @@ sysinclude_HEADERS = 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
|
||||
|
||||
noinst_HEADERS=$(header_files) search.h
|
||||
noinst_HEADERS=$(header_files) search.h list.h aserver.h
|
||||
|
||||
asoundlib.h: $(header_files)
|
||||
cat $^ > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue