diff --git a/Makefile b/Makefile
index f247393fba0d906435858e14b0cd9f4e209fefcf..206a81baec8d5ac2cd763f9baf5b1e18085931f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.198 2002-04-13 04:02:06 geuzaine Exp $
+# $Id: Makefile,v 1.199 2002-04-13 04:12:43 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 35
@@ -325,7 +325,7 @@ compile-linux-gcc-2.95: initialtag
         ); done
 link-linux-gcc-2.95:
 	$(HOME)/gcc-2.95.3/bin/g++ -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\
-                 -L$(HOME)/SOURCES/fltk/lib -lfltk_gl $(OPENGL_LIB) -lfltk\
+                 -L$(HOME)/SOURCES/fltk-1.1/lib -lfltk_gl $(OPENGL_LIB) -lfltk\
                  -L/usr/X11R6/lib $(X11_LIB) -lm -ldl
 linux-gcc-2.95: compile-linux-gcc-2.95 link-linux-gcc-2.95
 distrib-linux-gcc-2.95: