1
0
Fork 0
android_external_alsa-utils/speaker-test/samples/Makefile.am
2025-06-24 22:48:58 -05:00

15 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)