mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-11 04:27:44 -05:00
7 lines
118 B
Text
7 lines
118 B
Text
|
|
TESTS = pcm
|
||
|
|
check_PROGRAMS = $(TESTS)
|
||
|
|
noinst_HEADERS = test.h
|
||
|
|
|
||
|
|
AM_CFLAGS = -Wall -pipe
|
||
|
|
LDADD = ../../src/libasound.la
|