-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 603a2b8..3227bdb 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -21,7 +21,8 @@ endif | |||
21 | 21 | ||
22 | ISSUEFILES = $$(find ${top_srcdir} -type f '(' \ | 22 | ISSUEFILES = $$(find ${top_srcdir} -type f '(' \ |
23 | -name '*.cc' -or -name '*.h' \ | 23 | -name '*.cc' -or -name '*.h' \ |
24 | ')' ) | 24 | ')' ) \ |
25 | ${top_srcdir}/configure.ac | ||
25 | issues: todo fixme xxx | 26 | issues: todo fixme xxx |
26 | todo fixme xxx: | 27 | todo fixme xxx: |
27 | @grep --color=auto -in '$@:' ${ISSUEFILES} || true | 28 | @grep --color=auto -in '$@:' ${ISSUEFILES} || true |