mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:25:44 +01:00
6343f35202
i18nize some programs with gettext.
10 lines
298 B
Makefile
10 lines
298 B
Makefile
SPEAKER_TEST_VERSION = 0.0.8
|
|
INCLUDES = -I$(top_srcdir)/include -DSPEAKER_TEST_VERSION=\"$(SPEAKER_TEST_VERSION)\"
|
|
SUBDIRS= samples
|
|
LDADD = $(LIBINTL)
|
|
|
|
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
|
|
|