From e27bdb592e5c08f03f13d576ac7fdddc54803514 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 14 Mar 2012 15:41:40 +0000 Subject: [PATCH] tools/h5PartDcToVtk tools/h5PartSurfaceToVtk removed from BUILD_TOOLS --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e612303..4131aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -199,7 +199,7 @@ if test "X$USE_C" = "Xyes"; then LIB_C="libH5hutC.la" BUILD_LIBS="$BUILD_LIBS libH5hutC" BUILD_TESTS="$BUILD_TESTS h5u_test h5b_test" - BUILD_TOOLS="$BUILD_TOOLS h5hutcc h5PartDcToVtk h5PartSurfaceToVtk" + BUILD_TOOLS="$BUILD_TOOLS h5hutcc" fi ############################ fortran enabled ##################################