diff --git a/Makefile b/Makefile index 04353bea5c8cd1e0daf4a6dcbea1b10cc9f80c8b..4a76e4c4ce1e001469823ceae8e5491ae5aedfcf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.477 2008-04-17 21:05:51 geuzaine Exp $ +# $Id: Makefile,v 1.478 2008-04-18 08:24:39 remacle Exp $ # # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # @@ -39,7 +39,7 @@ GMSH_API = Geo/GModel.h\ Geo/MVertex.h Geo/MEdge.h Geo/MFace.h Geo/MElement.h\ Geo/SPoint2.h Geo/SPoint3.h Geo/SVector3.h Geo/SBoundingBox3d.h\ Geo/Pair.h Geo/Range.h\ - Common/Gmsh.h Common/GmshDefines.h Common/GmshVersion.h + Common/Gmsh.h Common/GmshDefines.h Common/GmshVersion.h Common/GmshMatrix.h GMSH_EMBEDDED = ${GMSH_API} Geo/discrete*.h\ Geo/GModel.cpp Geo/GModelIO_Mesh.cpp\