diff src/Makefile.in @ 103146:e09d4e825e2f

(ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 May 2009 15:19:43 +0000
parents ea382e59a9cc
children b951fe72ccf7
line wrap: on
line diff
--- a/src/Makefile.in	Mon May 04 04:07:28 2009 +0000
+++ b/src/Makefile.in	Mon May 04 15:19:43 2009 +0000
@@ -1312,8 +1312,8 @@
 /* Arrange to make a tags table TAGS-LISP for ../lisp,
    plus TAGS for the C files, which includes ../lisp/TAGS by reference.  */
 
-ctagsfiles1 = [xyzXYZ]*.[hc]
-ctagsfiles2 = [a-wA-W]*.[hc]
+ctagsfiles1 = [xyzXYZ]*.[hcm]
+ctagsfiles2 = [a-wA-W]*.[hcm]
 
 TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
 	../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \