summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-16 14:01:46 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-16 14:01:46 +0000
commitd59ce3cc343523b2440125b9d50bfbd647b3f263 (patch)
tree16bb05fca407fc127a8207c7c7119f6b7b4df109
parentfc5e6cb0b685f9bff5d58e8e9b28b01d00d1bed1 (diff)
Removed fl_line_style.cxx from makefile...
git-svn-id: file:///fltk/svn/fltk/trunk@274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index dfc3431d2..d46afe54e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.11 1999/02/03 08:43:34 bill Exp $"
+# "$Id: Makefile,v 1.12 1999/02/16 14:01:46 mike Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -113,7 +113,6 @@ CPPFILES = \
fl_file_chooser.cxx \
fl_font.cxx \
fl_labeltype.cxx \
- fl_line_style.cxx \
fl_oval_box.cxx \
fl_overlay.cxx \
fl_overlay_visual.cxx \
@@ -184,5 +183,5 @@ install: ../lib/$(LIBNAME)
-ln -s FL $(includedir)/Fl
#
-# End of "$Id: Makefile,v 1.11 1999/02/03 08:43:34 bill Exp $".
+# End of "$Id: Makefile,v 1.12 1999/02/16 14:01:46 mike Exp $".
#