alsa-utils/speaker-test/samples/Makefile.am

16 lines
276 B
Makefile
Raw Normal View History

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)