mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:15:41 +01:00
e7e0f401f1
Thank you Nathan Hurst and Phil Burk.
7 lines
248 B
Makefile
7 lines
248 B
Makefile
SPEAKER_TEST_VERSION = 0.0.8
|
|
INCLUDES = -I$(top_srcdir)/include -DVERSION=\"$(SPEAKER_TEST_VERSION)\"
|
|
bin_PROGRAMS = speaker-test
|
|
speaker_test_SOURCES = speaker-test.c pink.c
|
|
man_MANS = speaker-test.1
|
|
EXTRA_DIST = readme.txt speaker-test.1 pink.h
|
|
|