From 8ff037c9d7029fbafee58ea8cfe688b7a7c03491 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 4 May 2010 08:32:05 +0000 Subject: [PATCH] Fix 'make distcheck' problem --- doc/doxygen/Makefile.am | 3 ++- src/INTERP_KERNEL/Makefile.am | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.39.2