From d59ce3cc343523b2440125b9d50bfbd647b3f263 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 16 Feb 1999 14:01:46 +0000 Subject: [PATCH] Removed fl_line_style.cxx from makefile... git-svn-id: file:///fltk/svn/fltk/trunk@274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 5 ++--- 1 file 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 $". #