summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-11-17 16:38:02 +0100
committerKai Blin <kai@samba.org>2008-11-23 22:21:31 +0100
commit671d68d573e1b39ab816989b6d5bf41da3f56e78 (patch)
treec860ef2361064748a8ce8772e70d9a02f607e4f8 /source3/Makefile.in
parent9c3173142d3c9e0157a76ed32987cfb910d49a93 (diff)
downloadsamba-671d68d573e1b39ab816989b6d5bf41da3f56e78.tar.gz
samba-671d68d573e1b39ab816989b6d5bf41da3f56e78.tar.bz2
samba-671d68d573e1b39ab816989b6d5bf41da3f56e78.zip
ctags: Ignore source3/includes/proto.h for tags.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 60ea4e2cfd..37c48d4286 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2791,7 +2791,7 @@ etags::
etags --append `find $(srcdir)/../source4/dsdb -name "*.[ch]"`
ctags::
- ctags `find $(srcdir)/.. -name "*.[ch]"`
+ ctags `find $(srcdir)/.. -name "*.[ch]" | grep -v include/proto\.h`
realclean:: clean
-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh