From 481badb4e95c41e7e5af47bc39d9eccf01bd9fe7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 20 Dec 2016 15:41:25 +0100 Subject: [PATCH] conf: don't install smixer.conf when python is not available Signed-off-by: Jaroslav Kysela --- src/conf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.47.1