mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
control: add missing src/conf/ctl/Makefile.am
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
22dfb4bc20
commit
278462583c
3 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=cards pcm
|
||||
SUBDIRS=cards ctl pcm
|
||||
|
||||
cfg_files = alsa.conf
|
||||
if BUILD_ALISP
|
||||
|
|
|
|||
7
src/conf/ctl/Makefile.am
Normal file
7
src/conf/ctl/Makefile.am
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cfg_files = default.conf
|
||||
|
||||
EXTRA_DIST = $(cfg_files)
|
||||
|
||||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
alsadir = $(alsaconfigdir)/ctl
|
||||
alsa_DATA = $(cfg_files)
|
||||
Loading…
Add table
Add a link
Reference in a new issue