mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
Added --with-configdir and --with-plugindir options to configure which specify the directories for config files and plugin objects respectively. The default paths when these options are not specified are unchanged.
14 lines
221 B
Makefile
14 lines
221 B
Makefile
SUBDIRS=cards pcm
|
|
|
|
cfg_files = alsa.conf
|
|
if BUILD_ALISP
|
|
cfg_files += sndo-mixer.alisp
|
|
endif
|
|
if BUILD_MODULES
|
|
cfg_files += smixer.conf
|
|
endif
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
alsadir = @ALSA_CONFIG_DIR@
|
|
alsa_DATA = $(cfg_files)
|