From e5e8252ec48bfdd4e7529debc705c8e090264b9a Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Sat, 23 Jun 2012 00:15:37 +0200 Subject: Build pac responder tests only if pac responder is build --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9d328184d..63d81a8f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,8 +122,12 @@ if HAVE_CHECK util-tests \ debug-tests \ ipa_hbac-tests \ - sss_idmap-tests \ - pac_responder-tests + sss_idmap-tests + +if BUILD_PAC_RESPONDER + non_interactive_check_based_tests += pac_responder-tests +endif + endif check_PROGRAMS = \ -- cgit