From ec771163a9ebb99e1ee449a07434249a65867809 Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 20 Apr 2007 15:13:41 +0000 Subject: [PATCH] Fix compilation problems on Mandriva64 --- src/GUI/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index 67b0ad7..6bedb75 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -53,6 +53,8 @@ libNETGENPluginGUI_la_CPPFLAGS = \ $(MED_CXXFLAGS) \ $(SMESH_CXXFLAGS) \ $(BOOST_CPPFLAGS) \ + $(CORBA_CXXFLAGS) \ + $(CORBA_INCLUDES) \ -I$(srcdir)/../NETGENPlugin \ -I$(top_builddir)/idl \ -I$(top_builddir)/salome_adm/unix -- 2.39.2