mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
22 lines
777 B
Diff
22 lines
777 B
Diff
diff --git a/test/Makefile.am b/test/Makefile.am
|
|
index 99c2c4f..ac7bae1 100644
|
|
--- a/test/Makefile.am
|
|
+++ b/test/Makefile.am
|
|
@@ -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 \
|
|
+ queue_timer namehint client_event_filter \
|
|
chmap audio_time user-ctl-element-set pcm-multi-thread
|
|
|
|
control_LDADD=../src/libasound.la
|
|
@@ -16,7 +16,6 @@ playmidi1_LDADD=../src/libasound.la
|
|
timer_LDADD=../src/libasound.la
|
|
rawmidi_LDADD=../src/libasound.la
|
|
midiloop_LDADD=../src/libasound.la
|
|
-oldapi_LDADD=../src/libasound.la
|
|
queue_timer_LDADD=../src/libasound.la
|
|
namehint_LDADD=../src/libasound.la
|
|
client_event_filter_LDADD=../src/libasound.la
|