From 5d40728a0aef5c7f99bd5f6f7a74c56ad8baf703 Mon Sep 17 00:00:00 2001 From: djcb Date: Fri, 20 Jul 2012 11:55:50 +0300 Subject: [PATCH] * Makefile.am: be lenient for SCM_DEFINE (line35) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 64fd6535..22704efe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,7 @@ line35: | grep -v mu-str-normalize.c \ | grep -v mu_str_subject_normalize \ | grep -v config_options_group_find \ - | grep -v SCM_DEFINE_PUBLIC \ + | grep -v SCM_DEFINE \ | grep -v tests \ | awk '($$5 > 35)'