From: vsr Date: Tue, 4 May 2010 08:32:05 +0000 (+0000) Subject: Fix 'make distcheck' problem X-Git-Tag: V5_1_4rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ff037c9d7029fbafee58ea8cfe688b7a7c03491;p=tools%2Fmedcoupling.git Fix 'make distcheck' problem --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 5b72d05e1..0e2909df1 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -50,4 +50,5 @@ EXTRA_DIST += figures \ support.dox \ tools.dox \ static/footer.html \ - static/doxygen.css \ No newline at end of file + static/doxygen.css \ + images \ No newline at end of file diff --git a/src/INTERP_KERNEL/Makefile.am b/src/INTERP_KERNEL/Makefile.am index 0cf9b6692..a12507012 100644 --- a/src/INTERP_KERNEL/Makefile.am +++ b/src/INTERP_KERNEL/Makefile.am @@ -148,8 +148,11 @@ CurveIntersector.txx \ CurveIntersectorP0P0.hxx \ CurveIntersectorP0P0.txx \ CurveIntersectorP0P1.hxx \ +CurveIntersectorP0P1.txx \ CurveIntersectorP1P0.hxx \ +CurveIntersectorP1P0.txx \ CurveIntersectorP1P1.hxx \ +CurveIntersectorP1P1.txx \ Interpolation1D.hxx \ Interpolation1D.txx \ Interpolation2DCurve.hxx \