summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xctdb/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in
index 90d7b085cca..9615a494caa 100755
--- a/ctdb/Makefile.in
+++ b/ctdb/Makefile.in
@@ -357,6 +357,11 @@ test: all
valgrindtest: all
VALGRIND="valgrind -q --trace-children=yes" tests/run_tests.sh
+ctags:
+ find . -name "*.[ch]" | xargs ctags
+
+etags:
+ find . -name "*.[ch]" | xargs etags
realdistclean: distclean
rm -f configure config.h.in ctdb.pc