diff --git a/FL/Enumerations.H b/FL/Enumerations.H index a894172349a8e546f2d42d4a1fc7f07461869f4e..e72e3a9a636c03e6683dc82ed9c17e95f6f96bea 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,5 +1,5 @@ // -// "$Id: Enumerations.H,v 1.18.2.14.2.15 2001/12/01 13:59:50 easysw Exp $" +// "$Id: Enumerations.H,v 1.18.2.14.2.16 2001/12/06 18:23:29 easysw Exp $" // // Enumerations for the Fast Light Tool Kit (FLTK). // @@ -372,5 +372,5 @@ enum Fl_Damage { #endif // -// End of "$Id: Enumerations.H,v 1.18.2.14.2.15 2001/12/01 13:59:50 easysw Exp $". +// End of "$Id: Enumerations.H,v 1.18.2.14.2.16 2001/12/06 18:23:29 easysw Exp $". // diff --git a/src/Makefile b/src/Makefile index debe44770938d9d4d5f9687f71015944dd45f626..89c5746a48c423cc5455c9e1a4a58beb953ea4eb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.14.2.22 2001/11/28 21:37:35 easysw Exp $" +# "$Id: Makefile,v 1.18.2.14.2.23 2001/12/06 18:23:29 easysw Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -243,6 +243,8 @@ install: $(LIBNAME) $(DSONAME) $(GLLIBNAME) $(GLDSONAME) -mkdir -p $(libdir) rm -f $(libdir)/$(LIBNAME) -cp $(LIBNAME) $(GLLIBNAME) $(libdir) + $(RANLIB) $(libdir)/$(LIBNAME) + $(RANLIB) $(libdir)/$(GLLIBNAME) if test x$(DSONAME) = xlibfltk.so.1.1; then\ rm -f $(libdir)/libfltk.so*;\ cp libfltk.so.1.1 $(libdir); \ @@ -297,5 +299,5 @@ uninstall: # -# End of "$Id: Makefile,v 1.18.2.14.2.22 2001/11/28 21:37:35 easysw Exp $". +# End of "$Id: Makefile,v 1.18.2.14.2.23 2001/12/06 18:23:29 easysw Exp $". #