diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c70a340..9b0cf8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ else perl= endif -SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys $(perl) +SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys # $(perl) ACLOCAL_AMFLAGS=-I m4 @@ -69,7 +69,7 @@ line35: | grep -v config_options_group_find \ | grep -v SCM_DEFINE \ | grep -v tests \ - | awk '($$5 > 35)' + | awk '($$5 > 35)' # get all todo/fixme messages fixme: |
