makefile: fix TAGS building
authorIustin Pop <iustin@google.com>
Wed, 28 Jul 2010 18:24:23 +0000 (14:24 -0400)
committerIustin Pop <iustin@google.com>
Wed, 28 Jul 2010 20:19:28 +0000 (16:19 -0400)
commit74fa8200bf34b372ab83f017750f68dff5e1d8d6
tree6a81c2c53b7cfc53bd21e67f62fef0035b6abb78
parent91c622a86f5f0d5682d23b878bd31664c698669c
makefile: fix TAGS building

“find .” requires that “-path” arguments start with a dot, otherwise
they are not matches. Additionally, we also include the QA files in the
tags, for easier search while modifying the QA suite.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Makefile.am