summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-28 21:37:35 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-28 21:37:35 +0000
commit79d6a32be98d8809c915fd4914cb57a5730202b3 (patch)
treed9ec1ec8fbf8d45c2487717be39a379db2c4234a /src/Makefile
parent313a2430eae8a78b59bf9e727a810708be3a377b (diff)
Add new plastic box types (kindof a shiny translucent box type...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1781 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 12f9e70b8..debe44770 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.18.2.14.2.21 2001/11/27 17:44:07 easysw Exp $"
+# "$Id: Makefile,v 1.18.2.14.2.22 2001/11/28 21:37:35 easysw Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -137,6 +137,7 @@ CPPFILES = \
fl_oval_box.cxx \
fl_overlay.cxx \
fl_overlay_visual.cxx \
+ fl_plastic.cxx \
fl_rect.cxx \
fl_round_box.cxx \
fl_rounded_box.cxx \
@@ -296,5 +297,5 @@ uninstall:
#
-# End of "$Id: Makefile,v 1.18.2.14.2.21 2001/11/27 17:44:07 easysw Exp $".
+# End of "$Id: Makefile,v 1.18.2.14.2.22 2001/11/28 21:37:35 easysw Exp $".
#