mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
10 lines
307 B
Makefile
10 lines
307 B
Makefile
cfg_files = default.conf front.conf rear.conf center_lfe.conf side.conf\
|
|
surround40.conf surround41.conf \
|
|
surround50.conf surround51.conf \
|
|
surround71.conf iec958.conf modem.conf \
|
|
dmix.conf dsnoop.conf
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
alsadir = $(datadir)/alsa/pcm
|
|
alsa_DATA = $(cfg_files)
|