mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-15 07:00:02 -05:00
7 lines
125 B
Text
7 lines
125 B
Text
|
|
TESTS = midi_event
|
||
|
|
check_PROGRAMS = $(TESTS)
|
||
|
|
noinst_HEADERS = test.h
|
||
|
|
|
||
|
|
AM_CFLAGS = -Wall -pipe
|
||
|
|
LDADD = ../../src/libasound.la
|