diff --git a/Fltk/Makefile b/Fltk/Makefile
index ed868e059816b6c666ad2ab4acc4292edfdaa5a8..3ef2cfbeccd47f3c77f507a018d35e70c5c2a8e1 100644
--- a/Fltk/Makefile
+++ b/Fltk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 2001-05-11 09:13:15 geuzaine Exp $
+# $Id: Makefile,v 1.19 2001-05-22 11:34:06 geuzaine Exp $
 #
 # Makefile for "libFltk.a"
 #
@@ -128,4 +128,4 @@ Solvers.o: Solvers.cpp ../Common/Gmsh.h ../Common/Message.h \
  Colorbar_Window.h ../Common/ColorTable.h ../Mesh/Mesh.h \
  ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
  ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
- ../Common/Views.h
+ ../Common/Views.h ../Common/Context.h
diff --git a/Mesh/Makefile b/Mesh/Makefile
index 43a4796919f8c50a256a6dcfb507fa1605f1be8c..fb0f12a90bceeffae2296e0c4b426960f5264c11 100644
--- a/Mesh/Makefile
+++ b/Mesh/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 2001-05-11 09:13:17 geuzaine Exp $
+# $Id: Makefile,v 1.21 2001-05-22 11:34:08 geuzaine Exp $
 #
 # Makefile for "libMesh.a"
 #
@@ -139,7 +139,8 @@ depend:
 2D_Util.o: 2D_Util.cpp ../Common/Gmsh.h ../Common/Message.h \
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
  ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
- Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h
+ Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h \
+ ../Common/Context.h
 2D_Links.o: 2D_Links.cpp ../Common/Gmsh.h ../Common/Message.h \
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
  ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
@@ -289,4 +290,4 @@ Simplex.o: Simplex.cpp ../Common/Gmsh.h ../Common/Message.h \
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
  ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
  Mesh.h Vertex.h Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h \
- Numeric.h
+ Numeric.h ../Common/Context.h