mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
moved iecset to alsa-utils
This commit is contained in:
parent
cdb9bc5139
commit
0cfc9189dd
3 changed files with 2 additions and 514 deletions
|
|
@ -1,6 +1,6 @@
|
|||
check_PROGRAMS=control pcm latency seq \
|
||||
playmidi1 timer rawmidi midiloop \
|
||||
omixer code iecset
|
||||
omixer code
|
||||
|
||||
control_LDADD=../src/libasound.la
|
||||
pcm_LDADD=../src/libasound.la
|
||||
|
|
@ -12,9 +12,8 @@ rawmidi_LDADD=../src/libasound.la
|
|||
midiloop_LDADD=../src/libasound.la
|
||||
omixer_LDADD=../src/libasound.la
|
||||
code_CFLAGS=-Wall -pipe -g -O2
|
||||
iecset_LDADD=../src/libasound.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
CFLAGS=-static -Wall -pipe -g
|
||||
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3 iecbits.c
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue