summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/ldb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index cca9f3feb8..16ca14cc33 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -200,3 +200,6 @@ gcov:
$(GCOV) -po common common/*.c 2| tee common.report.gcov
$(GCOV) -po modules modules/*.c 2| tee modules.report.gcov
$(GCOV) -po tools tools/*.c 2| tee tools.report.gcov
+
+ctags:
+ ctags `find $(srcdir) -name "*.[ch]"`