diff --git a/configure.in b/configure.in index 01631a64b5b4046c1294cab337597fb0fbad7dca..f96e1c925c950dc127d5df91cc70f178b8efde40 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.32 2001/11/29 21:50:05 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.33 2001/11/29 22:22:08 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -261,7 +261,7 @@ HLINKS= case $uname in CYGWIN*) dnl Cygwin environment... - LIBS="$LIBS -mwindows -lgdi32 -lwsock32" + LIBS="$LIBS -mwindows -lwsock32" CFLAGS="$CFLAGS -mwindows -DWIN32" CXXFLAGS="$CXXFLAGS -mwindows -DWIN32" HLINKS="#" @@ -580,5 +580,5 @@ AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile FL/Enumerations.H) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.32 2001/11/29 21:50:05 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.33 2001/11/29 22:22:08 easysw Exp $". dnl diff --git a/test/Makefile b/test/Makefile index ae01d0b597081be1589f0b876894c249fac37fa4..9d6b923b38d8c77a2a694c0f8d7297961667f18b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.15 2001/11/29 22:22:08 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -221,7 +221,7 @@ depend: makedepend -Y -I.. -f makedepend $(CPPFILES) clean: - -@ rm -f $(ALL) jpeg_image *.o core *~ + -@ rm -f $(ALL) $(GLALL) jpeg_image *.o core *~ install: @echo Nothing to install in test directory. @@ -230,5 +230,5 @@ uninstall: @echo Nothing to uninstall in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.15 2001/11/29 22:22:08 easysw Exp $". #