svn commit: samba r13064 - in branches/SAMBA_4_0/source/lib/ldb: .

jelmer at samba.org jelmer at samba.org
Sun Jan 22 08:33:33 GMT 2006


Author: jelmer
Date: 2006-01-22 08:33:32 +0000 (Sun, 22 Jan 2006)
New Revision: 13064

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13064

Log:
Add 'tags' target to LDB's makefile

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-01-22 08:32:34 UTC (rev 13063)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-01-22 08:33:32 UTC (rev 13064)
@@ -200,3 +200,6 @@
 	$(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]"`



More information about the samba-cvs mailing list