• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SUBDIRS=cards ctl pcm
2
3cfg_files = alsa.conf
4if BUILD_ALISP
5cfg_files += sndo-mixer.alisp
6endif
7if BUILD_MODULES
8if BUILD_MIXER_MODULES
9cfg_files += smixer.conf
10endif
11endif
12
13EXTRA_DIST = $(cfg_files)
14
15alsaconfigdir = @ALSA_CONFIG_DIR@
16alsadir = $(alsaconfigdir)
17alsa_DATA = $(cfg_files)
18