alsa-utils/speaker-test/samples/Makefile.am
Jaroslav Kysela 1f1cbab235 speaker-test: remove sample_map.csv from Makefile
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2022-01-27 18:29:05 +01:00

16 lines
276 B
Makefile

sounddir = $(datadir)/sounds/alsa
wav_files = Front_Left.wav \
Rear_Center.wav \
Rear_Right.wav \
Side_Right.wav \
Front_Center.wav \
Front_Right.wav \
Noise.wav \
Rear_Left.wav \
Side_Left.wav
sound_DATA = $(wav_files)
EXTRA_DIST = \
$(wav_files) \
$(cfg_files)