From: Jaroslav Kysela Date: Tue, 20 Dec 2016 14:41:25 +0000 (+0100) Subject: conf: don't install smixer.conf when python is not available X-Git-Tag: v1.1.3~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=481badb4e95c41e7e5af47bc39d9eccf01bd9fe7;p=alsa-lib.git conf: don't install smixer.conf when python is not available Signed-off-by: Jaroslav Kysela --- 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)