mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
121df36949
The file alsactl/init/00main includes the line: CARDINFO{driver}=="CA0106", INCLUDE="ca0106", GOTO="init_end" However, the file alsactl/init/ca0106 is not making it into the release tarballs (nor to user installations). This patch adds the ca0106 file to the build. Signed-off-by: Gabriel M. Beddingfield <gabrbedd@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
|
|
init_files = \
|
|
00main default help info test \
|
|
hda ca0106
|
|
EXTRA_DIST = $(init_files)
|
|
alsainitdir = $(datadir)/alsa/init
|
|
alsainit_DATA = $(init_files)
|