mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Merged new-mixer branch...
This commit is contained in:
parent
e54aada1a6
commit
c0e741dd8a
12 changed files with 307 additions and 19 deletions
|
|
@ -1,9 +1,9 @@
|
|||
SUBDIRS=control mixer pcm rawmidi seq
|
||||
SUBDIRS=control mixer pcm rawmidi timer seq
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
libasound_la_SOURCES = error.c
|
||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||
rawmidi/librawmidi.la seq/libseq.la
|
||||
rawmidi/librawmidi.la timer/libtimer.la seq/libseq.la
|
||||
libasound_la_LDFLAGS = -version-info 3:0:3
|
||||
|
||||
control/libcontrol.la:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue