mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:45:41 +01:00
e523020eb8
Closes: https://github.com/alsa-project/alsa-utils/pull/251 Signed-off-by: Rick Sayre <whorfin@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
9 lines
243 B
Makefile
9 lines
243 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
SUBDIRS= samples
|
|
LDADD = $(LIBINTL) -lm
|
|
|
|
bin_PROGRAMS = speaker-test
|
|
speaker_test_SOURCES = speaker-test.c pink.c st2095.c
|
|
man_MANS = speaker-test.1
|
|
EXTRA_DIST = readme.txt speaker-test.1 pink.h st2095.h
|
|
|