mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add test/chmap program
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
662f79d4ec
commit
3fc13d6f5b
3 changed files with 257 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ SUBDIRS=. lsb
|
|||
|
||||
check_PROGRAMS=control pcm pcm_min latency seq \
|
||||
playmidi1 timer rawmidi midiloop \
|
||||
oldapi queue_timer namehint client_event_filter
|
||||
oldapi queue_timer namehint client_event_filter chmap
|
||||
|
||||
control_LDADD=../src/libasound.la
|
||||
pcm_LDADD=../src/libasound.la
|
||||
|
|
@ -18,6 +18,7 @@ queue_timer_LDADD=../src/libasound.la
|
|||
namehint_LDADD=../src/libasound.la
|
||||
client_event_filter_LDADD=../src/libasound.la
|
||||
code_CFLAGS=-Wall -pipe -g -O2
|
||||
chmap_LDADD=../src/libasound.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CFLAGS=-Wall -pipe -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue