diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-22 08:33:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:20 -0500 |
commit | 4abecc0219d0729ea008a4c2b47b3de4a0ea08f2 (patch) | |
tree | cb73175e725a4727b87391172af5d804b38cc56b /source4/lib/ldb | |
parent | c95cac9420e513cc2d0bf87992bce60ea2781b55 (diff) | |
download | samba-4abecc0219d0729ea008a4c2b47b3de4a0ea08f2.tar.gz samba-4abecc0219d0729ea008a4c2b47b3de4a0ea08f2.tar.xz samba-4abecc0219d0729ea008a4c2b47b3de4a0ea08f2.zip |
r13064: Add 'tags' target to LDB's makefile
(This used to be commit 8195e4f8566ecc71c801aec6638869c494e6bbb4)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 3 |
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]"` |