From af3601d2d962cd870c020876381c8f2a073f0982 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 1 Apr 2011 14:27:56 +0000 Subject: [PATCH] test/H5Part/Makefile added to AC_CONFIG_FILES() --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b04f6c7..f9cdda6 100644 --- a/configure.ac +++ b/configure.ac @@ -508,6 +508,7 @@ AC_CONFIG_FILES([ src/Fortran/Makefile test/Makefile test/H5Fed/Makefile + test/H5Part/Makefile tools/Makefile tools/h5hutcc ])