[Telepathy-commits] [telepathy-qt4/master] Makefile.am: when creating FIXME.out, search TelepathyQt4/Client as well as TelepathyQt4/
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Mar 2 17:07:34 PST 2009
Also search for cpp/hpp files.
---
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e0171c4..e22794a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,8 @@ CLEANFILES = FIXME.out
MOSTLYCLEANFILES = $(DX_CLEANFILES)
check-local::
- egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/TelepathyQt4/*.[ch] \
+ egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/TelepathyQt4/*.[ch]* \
+ $(srcdir)/TelepathyQt4/Client/*.[ch]* \
> FIXME.out || true
doc/html: doxygen-doc
--
1.5.6.5
More information about the telepathy-commits
mailing list