From ba2be02ab24d170bb03662a8a5f5893f0112aeb7 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 6 Dec 2001 22:16:49 +0000 Subject: FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1819 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 89c5746a4..7d105f5f7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.14.2.23 2001/12/06 18:23:29 easysw Exp $" +# "$Id: Makefile,v 1.18.2.14.2.24 2001/12/06 22:16:49 easysw Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -108,6 +108,7 @@ CPPFILES = \ Fl_get_key.cxx \ Fl_get_system_colors.cxx \ Fl_grab.cxx \ + Fl_lock.cxx \ Fl_own_colormap.cxx \ Fl_visual.cxx \ Fl_x.cxx \ @@ -299,5 +300,5 @@ uninstall: # -# End of "$Id: Makefile,v 1.18.2.14.2.23 2001/12/06 18:23:29 easysw Exp $". +# End of "$Id: Makefile,v 1.18.2.14.2.24 2001/12/06 22:16:49 easysw Exp $". # -- cgit v1.2.3