Removed fl_line_style.cxx from makefile...

git-svn-id: file:///fltk/svn/fltk/trunk@274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-02-16 14:01:46 +00:00
parent fc5e6cb0b6
commit d59ce3cc34

View File

@ -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 $".
#