diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-11 14:49:51 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-11 14:49:51 +0000 |
| commit | 64859c22f78f736eb9c44e5bd45dbbfafdab24d1 (patch) | |
| tree | dfc31353ae060200dd0e3dd1f8345edb86929c9d /src/Makefile | |
| parent | 90781ce4280770f05bdeab21bf2c8e268f1b55fc (diff) | |
Add more widgets from the bazaar...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1571 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index af470233b..6f1097bc4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.14.2.8 2001/08/04 12:21:33 easysw Exp $" +# "$Id: Makefile,v 1.18.2.14.2.9 2001/08/11 14:49:51 easysw Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -33,6 +33,7 @@ CPPFILES = \ Fl_Box.cxx \ Fl_Button.cxx \ Fl_Chart.cxx \ + Fl_Check_Browser.cxx \ Fl_Check_Button.cxx \ Fl_Choice.cxx \ Fl_Clock.cxx \ @@ -64,6 +65,7 @@ CPPFILES = \ Fl_Pack.cxx \ Fl_Pixmap.cxx \ Fl_Positioner.cxx \ + Fl_Progress.cxx \ Fl_Repeat_Button.cxx \ Fl_Return_Button.cxx \ Fl_Roller.cxx \ @@ -256,5 +258,5 @@ install: $(LIBNAME) $(DSONAME) $(GLLIBNAME) $(GLDSONAME) ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.14.2.8 2001/08/04 12:21:33 easysw Exp $". +# End of "$Id: Makefile,v 1.18.2.14.2.9 2001/08/11 14:49:51 easysw Exp $". # |
