diff --git a/Geo/MElement.h b/Geo/MElement.h index f9c93b1436f0006c6be328215c96f3ec59c49bd0..bb7b4b9498c17585cf5edb544d42f259c7442425 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -27,7 +27,6 @@ #include "MVertex.h" #include "MEdge.h" #include "MFace.h" -#include "Numeric.h" class GFace; diff --git a/Makefile b/Makefile index 9e046e06e2ae8e3ccb26965df1494f97f144ae10..083313925780eb745d5f47e82785460969619692 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.451 2008-01-19 22:05:58 geuzaine Exp $ +# $Id: Makefile,v 1.452 2008-01-19 22:29:21 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -58,7 +58,7 @@ install-mac: variables package-mac cp -rf gmsh-${GMSH_VERSION}/Gmsh.app /Applications rm -rf gmsh-${GMSH_VERSION} gmsh-${GMSH_VERSION}-MacOSX.tgz -install-lib: compile +embed: compile ${AR} ${ARFLAGS}libGmsh${LIBEXT} lib/*${LIBEXT} ${RANLIB} libGmsh${LIBEXT}