diff --git a/Box/Makefile b/Box/Makefile
index ea4463d0757b8701d42461ca89e2121be9271e3d..fcb994a7edae90a52acc2c3d312ad4509bb24942 100644
--- a/Box/Makefile
+++ b/Box/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.26 2005-01-01 19:35:27 geuzaine Exp $
+# $Id: Makefile,v 1.27 2005-01-09 02:40:13 geuzaine Exp $
 #
 # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 #
@@ -52,11 +52,14 @@ depend:
 
 # DO NOT DELETE THIS LINE
 Main.o: Main.cpp ../Parallel/ParUtil.h ../Plugin/PluginManager.h \
-  ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \
-  ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
-  ../Common/GmshVersion.h ../Numeric/Numeric.h ../Geo/Geo.h \
-  ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
-  ../Geo/ExtrudeParams.h ../Mesh/STL.h ../Mesh/Metric.h ../Mesh/Matrix.h \
-  ../Common/Views.h ../Common/ColorTable.h ../Parser/Parser.h \
-  ../Common/Context.h ../Common/Options.h ../Parser/OpenFile.h \
+  ../Plugin/Plugin.h ../Common/Options.h ../Common/Message.h \
+  ../Common/Views.h ../Common/ColorTable.h ../DataStr/List.h \
+  ../Common/VertexArray.h ../Common/SmoothNormals.h \
+  ../Common/GmshMatrix.h ../Common/AdaptiveViews.h ../Common/Gmsh.h \
+  ../DataStr/Malloc.h ../DataStr/Tree.h ../DataStr/avl.h \
+  ../DataStr/Tools.h ../Common/GmshVersion.h ../Numeric/Numeric.h \
+  ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h \
+  ../Mesh/Simplex.h ../Mesh/Face.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \
+  ../Mesh/DiscreteSurface.h ../Mesh/Metric.h ../Mesh/Matrix.h \
+  ../Parser/Parser.h ../Common/Context.h ../Parser/OpenFile.h \
   ../Common/CommandLine.h ../Geo/MinMax.h