summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-22 08:33:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:20 -0500
commit4abecc0219d0729ea008a4c2b47b3de4a0ea08f2 (patch)
treecb73175e725a4727b87391172af5d804b38cc56b /source4/lib/ldb/Makefile.in
parentc95cac9420e513cc2d0bf87992bce60ea2781b55 (diff)
downloadsamba-4abecc0219d0729ea008a4c2b47b3de4a0ea08f2.tar.gz
samba-4abecc0219d0729ea008a4c2b47b3de4a0ea08f2.tar.bz2
samba-4abecc0219d0729ea008a4c2b47b3de4a0ea08f2.zip
r13064: Add 'tags' target to LDB's makefile
(This used to be commit 8195e4f8566ecc71c801aec6638869c494e6bbb4)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-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]"`