From fd08b5b04a1cf008341e4fed65ff7ef59490740c Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Jan 26 2019 12:38:59 +0000 Subject: BUILD: Fix condition for building sssd-kcm man page Merges: https://pagure.io/SSSD/sssd/pull-request/3928 --- diff --git a/src/man/Makefile.am b/src/man/Makefile.am index 54a30d1..e11dbf4 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -27,7 +27,7 @@ endif if BUILD_SECRETS SEC_CONDS = ;with_secrets endif -if BUILD_SECRETS +if BUILD_KCM KCM_CONDS = ;with_kcm endif if BUILD_SYSTEMTAP