summaryrefslogtreecommitdiff
path: root/fluid/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-03-25 20:09:12 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-03-25 20:09:12 +0000
commit158ca81620219e8b2ba1b269747ecb7e7b0863ec (patch)
tree3fe98a49603fff7aaffa2cddac5a523d7a949f65 /fluid/Makefile
parentda22e563d034f74de0a2256f6ce85c0dda1e99fe (diff)
Remove old GIF reading code that isn't used anymore...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2021 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Makefile')
-rw-r--r--fluid/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index 4d45498fe..aa41c3bd0 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.10.2.6.2.14 2002/02/15 18:15:46 easysw Exp $"
+# "$Id: Makefile,v 1.10.2.6.2.15 2002/03/25 20:09:12 easysw Exp $"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
@@ -40,8 +40,7 @@ CPPFILES = \
about_panel.cxx \
widget_panel.cxx \
alignment_panel.cxx \
- function_panel.cxx \
- gif.cxx
+ function_panel.cxx
################################################################
@@ -87,5 +86,5 @@ rebuild:
./fluid -c widget_panel.fl
#
-# End of "$Id: Makefile,v 1.10.2.6.2.14 2002/02/15 18:15:46 easysw Exp $".
+# End of "$Id: Makefile,v 1.10.2.6.2.15 2002/03/25 20:09:12 easysw Exp $".
#