From d94e82c6c2e81670a8a88f87f2b39d446cac3748 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sat, 27 Jun 2009 16:39:36 +0000 Subject: [PATCH] Updated make etags target src files filter. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6798 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e393dc4b..95c52c7c2 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ native-dist: epm -v -f native fltk etags: - etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h fluid/*.h fluid/*.cxx test/*.h test/*.cxx + etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h src/xutf8/*.h src/xutf8/*.c cairo/*.cxx fluid/*.h fluid/*.cxx test/*.h test/*.cxx # # End of "$Id$".