mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:35:43 +01:00
16 lines
276 B
Makefile
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)
|