]> git.alsa-project.org Git - alsa-lib.git/commitdiff
conf: don't install smixer.conf when python is not available
authorJaroslav Kysela <perex@perex.cz>
Tue, 20 Dec 2016 14:41:25 +0000 (15:41 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 Dec 2016 14:41:27 +0000 (15:41 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/conf/Makefile.am

index 5a3f857eff42d9d9bb695f1c2ebcab7f4a7f9875..4f3266259087959f14f7395e53803b44479b67ce 100644 (file)
@@ -12,8 +12,10 @@ if BUILD_ALISP
 cfg_files += sndo-mixer.alisp
 endif
 if BUILD_MODULES
+if BUILD_PYTHON
 cfg_files += smixer.conf
 endif
+endif
 
 EXTRA_DIST = $(cfg_files)