From: vsr Date: Sat, 1 Nov 2008 09:44:30 +0000 (+0000) Subject: Fix 'make distcheck' step problem X-Git-Tag: EndIntegAG1302~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_V5_IMP_P8;p=tools%2Fmedcoupling.git Fix 'make distcheck' step problem --- diff --git a/src/INTERP_KERNEL/Geometric2D/Geometric2D_defines.hxx b/src/INTERP_KERNEL/Geometric2D/Geometric2D_defines.hxx index 3bd1e23da..2c3b2b2f5 100755 --- a/src/INTERP_KERNEL/Geometric2D/Geometric2D_defines.hxx +++ b/src/INTERP_KERNEL/Geometric2D/Geometric2D_defines.hxx @@ -19,4 +19,4 @@ # define fmin __min #endif -#endif //__GEOMETRIC2D_DEFINES_HXX__ \ No newline at end of file +#endif //__GEOMETRIC2D_DEFINES_HXX__ diff --git a/src/INTERP_KERNEL/Geometric2D/Makefile.am b/src/INTERP_KERNEL/Geometric2D/Makefile.am index 71c171652..b949c2e52 100644 --- a/src/INTERP_KERNEL/Geometric2D/Makefile.am +++ b/src/INTERP_KERNEL/Geometric2D/Makefile.am @@ -34,7 +34,6 @@ AbstractEdge.hxx \ Bounds.hxx \ Precision.hxx \ ComposedEdge.hxx \ -ComposedEdgeWithIt.hxx \ EdgeArcCircle.hxx \ Edge.hxx \ Edge.txx \ @@ -73,7 +72,3 @@ Edge.txx libInterpGeometric2DAlg_la_CPPFLAGS = -I$(srcdir)/.. -EXTRA_DIST += \ - BasicMainTest.hxx \ - Test - diff --git a/src/INTERP_KERNEL/Makefile.am b/src/INTERP_KERNEL/Makefile.am index 8f766a650..e12497e5f 100644 --- a/src/INTERP_KERNEL/Makefile.am +++ b/src/INTERP_KERNEL/Makefile.am @@ -50,13 +50,13 @@ Interpolation3D.hxx MeshUtils.hxx TranslationRotati Interpolation3DSurf.hxx NormalizedUnstructuredMesh.hxx TriangulationIntersector.hxx\ Interpolation.hxx PlanarIntersector.hxx VectorUtils.hxx\ InterpolationPlanar.hxx PointLocator.hxx VTKNormalizedUnstructuredMesh.hxx\ -InterpolationUtils.hxx PolygonAlgorithms.hxx\ +InterpolationUtils.hxx PolygonAlgorithms.hxx InterpolationOptions.hxx\ BBTree.txx InterpolationPlanar.txx PlanarIntersector.txx\ ConvexIntersector.txx IntersectorHexa.txx PointLocatorAlgos.txx\ Geometric2DIntersector.txx IntersectorTetra.txx PolygonAlgorithms.txx\ Interpolation2D.txx MEDNormalizedUnstructuredMesh.txx TriangulationIntersector.txx\ Interpolation3DSurf.txx MeshElement.txx VTKNormalizedUnstructuredMesh.txx\ -Interpolation3D.txx MeshRegion.txx +Interpolation3D.txx MeshRegion.txx CellModel.hxx # Libraries targets diff --git a/src/INTERP_KERNEL/Test/Makefile.am b/src/INTERP_KERNEL/Test/Makefile.am index afa9707c8..e9c446379 100644 --- a/src/INTERP_KERNEL/Test/Makefile.am +++ b/src/INTERP_KERNEL/Test/Makefile.am @@ -62,6 +62,7 @@ dist_libInterpKernelTest_la_SOURCES= \ SingleElementPlanarTests.cxx \ PointLocatorTest.cxx \ MEDMeshMaker.cxx \ + InterpolationOptionsTest.hxx \ InterpolationOptionsTest.cxx \ QuadraticPlanarInterpTest.cxx \ QuadraticPlanarInterpTest2.cxx \