From 12cdbbdbc5947a7269de91aaea459c332c7944b0 Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 20 Apr 2007 15:03:43 +0000 Subject: [PATCH] Fix compilation problems on RedHat( HDF flags ) --- src/NETGENPlugin/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NETGENPlugin/Makefile.am b/src/NETGENPlugin/Makefile.am index 4982e4b..315736f 100644 --- a/src/NETGENPlugin/Makefile.am +++ b/src/NETGENPlugin/Makefile.am @@ -56,6 +56,8 @@ libNETGENEngine_la_CPPFLAGS = \ $(CAS_CPPFLAGS) \ $(NETGEN_INCLUDES) \ $(SMESH_CXXFLAGS) \ + $(CORBA_CXXFLAGS) \ + $(CORBA_INCLUDES) \ -I$(top_builddir)/idl \ -I$(top_builddir)/salome_adm/unix -- 2.39.2