-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 @@ -20,8 +20,9 @@ dox: Doxyfile endif ISSUEFILES = $$(find ${top_srcdir} -type f '(' \ -name '*.cc' -or -name '*.h' \ - ')' ) + ')' ) \ + ${top_srcdir}/configure.ac issues: todo fixme xxx todo fixme xxx: @grep --color=auto -in '$@:' ${ISSUEFILES} || true |