alsa-lib/src/conf/Makefile.am
Jaroslav Kysela 78505dccd2 conf: remove alsa.conf.d from the datadir
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2018-04-04 10:03:22 +02:00

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)