configure.ac: build extra mixer modules conditionally

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2017-11-27 21:38:18 +01:00
parent c051036e17
commit fab28ba1b1
4 changed files with 56 additions and 14 deletions

View file

@ -12,7 +12,7 @@ if BUILD_ALISP
cfg_files += sndo-mixer.alisp
endif
if BUILD_MODULES
if BUILD_PYTHON
if BUILD_MIXER_MODULES
cfg_files += smixer.conf
endif
endif