From: vsr Date: Mon, 19 Sep 2011 10:09:30 +0000 (+0000) Subject: Fix make distcheck problem X-Git-Tag: V6_main_FINAL~955 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc6923f056ca7dda03dde4f3885da013d77f626e;p=tools%2Fmedcoupling.git Fix make distcheck problem --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 428b190f2..7ac768450 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -53,6 +53,7 @@ EXTRA_DIST += figures \ field.dox \ grid.dox \ interpkernel.dox \ + interpkernel_features.dox \ medcoupling.dox \ medfilebrowser.dox \ medloader.dox \ diff --git a/src/INTERP_KERNEL/Makefile.am b/src/INTERP_KERNEL/Makefile.am index fa7a68c40..5366b91bc 100644 --- a/src/INTERP_KERNEL/Makefile.am +++ b/src/INTERP_KERNEL/Makefile.am @@ -113,6 +113,8 @@ PlanarIntersectorP1P1.hxx \ PlanarIntersectorP1P1.txx \ PolygonAlgorithms.hxx \ PolygonAlgorithms.txx \ +Polyhedron3D2DIntersectorP0P0.hxx \ +Polyhedron3D2DIntersectorP0P0.txx \ PolyhedronIntersectorP0P0.hxx \ PolyhedronIntersectorP0P0.txx \ PointLocator3DIntersectorP0P0.hxx \