summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2016-12-20 15:41:25 +0100
committerJaroslav Kysela <perex@perex.cz>2016-12-20 15:41:27 +0100
commit481badb4e95c41e7e5af47bc39d9eccf01bd9fe7 (patch)
tree6a52b0dfa7021208fa4c9480b08b086fb2db8c78
parent2544b6cd55e22e900652095442f74c4568bbe220 (diff)
downloadalsa-lib-481badb4e95c41e7e5af47bc39d9eccf01bd9fe7.tar.gz
conf: don't install smixer.conf when python is not available
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--src/conf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf/Makefile.am b/src/conf/Makefile.am
index 5a3f857e..4f326625 100644
--- a/src/conf/Makefile.am
+++ b/src/conf/Makefile.am
@@ -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)