mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-02 21:39:27 -04:00
24 lines
362 B
Makefile
24 lines
362 B
Makefile
SUBDIRS=cards pcm
|
|
|
|
if BUILD_UCM
|
|
SUBDIRS += ucm
|
|
endif
|
|
if BUILD_TOPOLOGY
|
|
SUBDIRS += topology
|
|
endif
|
|
|
|
cfg_files = alsa.conf
|
|
if BUILD_ALISP
|
|
cfg_files += sndo-mixer.alisp
|
|
endif
|
|
if BUILD_MODULES
|
|
if BUILD_MIXER_MODULES
|
|
cfg_files += smixer.conf
|
|
endif
|
|
endif
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
alsaconfigdir = @ALSA_CONFIG_DIR@
|
|
alsadir = $(alsaconfigdir)
|
|
alsa_DATA = $(cfg_files)
|