mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:25:43 +01:00
245c371483
Attached is a speaker-test man page which I believe was submitted to Debian by James Courtier-Dutton. Please proof read it before including it. Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
6 lines
167 B
Makefile
6 lines
167 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
bin_PROGRAMS = speaker-test
|
|
speaker_test_SOURCES = speaker-test.c
|
|
man_MANS = speaker-test.1
|
|
EXTRA_DIST = readme.txt speaker-test.1
|
|
|