From 5209d18a617089a7a9a4572238dbafb2983140b7 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 5 Oct 2007 14:57:31 +0000 Subject: [PATCH] Fix compilation problem - it is necessary to point exactly to what HDF5 header files should be used for the compilation (there can be incompatibility between the native distribution and SALOME HDF5 distribution) --- src/Container/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Container/Makefile.am b/src/Container/Makefile.am index 4c8b65729..483524ef7 100644 --- a/src/Container/Makefile.am +++ b/src/Container/Makefile.am @@ -64,6 +64,7 @@ dist_salomescript_SCRIPTS=\ COMMON_CPPFLAGS=\ @PYTHON_INCLUDES@ \ @MPI_INCLUDES@ \ + @HDF5_INCLUDES@ \ @QT_MT_INCLUDES@ \ -I$(srcdir)/../Basics \ -I$(srcdir)/../SALOMELocalTrace \ -- 2.39.2