summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2009-06-27 16:39:36 +0000
committerFabien Costantini <fabien@onepost.net>2009-06-27 16:39:36 +0000
commitd94e82c6c2e81670a8a88f87f2b39d446cac3748 (patch)
tree467fa76c4adb647f31c375fc4c357c55971510d3 /Makefile
parentfa331cc910afe91321f297f613c7a2ba340a4271 (diff)
Updated make etags target src files filter.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6798 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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$".