From 99f8be128274eba264ea1434a7eb2800bced5902 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 1 Jul 2014 12:02:45 +0200 Subject: BUILD: ad_gpo_tests should be built only with samba Reviewed-by: Sumit Bose --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6cf5d8cb0..1c423fc6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,7 +186,6 @@ if HAVE_CMOCKA test_sss_idmap \ test_ipa_idmap \ test_utils \ - ad_gpo_tests \ ad_common_tests \ dp_opt_tests \ responder-get-domains-tests \ @@ -199,7 +198,9 @@ non_interactive_cmocka_based_tests += ifp_tests endif # BUILD_IFP if BUILD_SAMBA -non_interactive_cmocka_based_tests += ad_access_filter_tests +non_interactive_cmocka_based_tests += \ + ad_access_filter_tests \ + ad_gpo_tests endif endif # HAVE_CMOCKA -- cgit