diff options
author | Kai Blin <kai@samba.org> | 2008-11-17 16:38:02 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-11-23 22:21:31 +0100 |
commit | 671d68d573e1b39ab816989b6d5bf41da3f56e78 (patch) | |
tree | c860ef2361064748a8ce8772e70d9a02f607e4f8 /source3/Makefile.in | |
parent | 9c3173142d3c9e0157a76ed32987cfb910d49a93 (diff) | |
download | samba-671d68d573e1b39ab816989b6d5bf41da3f56e78.tar.gz |
ctags: Ignore source3/includes/proto.h for tags.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 60ea4e2cfd3..37c48d4286a 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 |