From 4abecc0219d0729ea008a4c2b47b3de4a0ea08f2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 22 Jan 2006 08:33:32 +0000 Subject: r13064: Add 'tags' target to LDB's makefile (This used to be commit 8195e4f8566ecc71c801aec6638869c494e6bbb4) --- source4/lib/ldb/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib') 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]"` -- cgit