alsa-lib/src/conf/Makefile.am
Jaroslav Kysela 60585e25fc added snd_hctl_ctl() function
ordinary mixer:
  - revised Ordinary Mixer I/O type
  - sndo_mixer_open() take PCMs rather than strings to pass
    the real relationship
  - an initial version of toplevel alisp script
more alisp development:
  - renamed a* functions to A* functions (acall -> Acall etc.)
  - many improvements (unset*, exfun, Acall pcm_info, Asnderr, Asyserr)
2003-09-09 19:24:35 +00:00

9 lines
140 B
Makefile

SUBDIRS=cards pcm
cfg_files = alsa.conf \
sndo-mixer.alisp
EXTRA_DIST = $(cfg_files)
alsadir = $(datadir)/alsa
alsa_DATA = $(cfg_files)