mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
First IWFFFF code (instrument handling)...
This commit is contained in:
parent
2e07583858
commit
e0741a5863
7 changed files with 920 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
SUBDIRS=control mixer pcm rawmidi timer seq
|
||||
SUBDIRS=control mixer pcm rawmidi timer seq instr
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
libasound_la_SOURCES = error.c
|
||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||
rawmidi/librawmidi.la timer/libtimer.la seq/libseq.la
|
||||
rawmidi/librawmidi.la timer/libtimer.la seq/libseq.la \
|
||||
instr/libinstr.la
|
||||
libasound_la_LDFLAGS = -version-info 3:0:3
|
||||
|
||||
control/libcontrol.la:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue