alsa-lib/src/conf/Makefile.am
Takashi Iwai 21888c5f50 Add config and plugin directory options to configure
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.
2007-05-03 20:55:54 +02:00

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)