From f68fdf0e8d12eb6e0ec123fe5eb9ebce20bac38a Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 7 Nov 2007 12:30:44 +0000 Subject: [PATCH] CORBA includes --- src/GEOMImpl/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GEOMImpl/Makefile.am b/src/GEOMImpl/Makefile.am index 8697b2e1c..0c025b8b7 100644 --- a/src/GEOMImpl/Makefile.am +++ b/src/GEOMImpl/Makefile.am @@ -108,6 +108,8 @@ dist_libGEOMimpl_la_SOURCES = \ # additionnal information to compil and link file libGEOMimpl_la_CPPFLAGS = \ + $(CORBA_CXXFLAGS) \ + $(CORBA_INCLUDES) \ $(CAS_CPPFLAGS) \ $(KERNEL_CXXFLAGS) \ $(BOOST_CPPFLAGS) \ @@ -117,6 +119,7 @@ libGEOMimpl_la_CPPFLAGS = \ -I$(srcdir)/../GEOMAlgo \ -I$(srcdir)/../SKETCHER \ -I$(srcdir)/../ARCHIMEDE \ + -I$(top_builddir)/idl \ -I$(top_builddir)/salome_adm/unix libGEOMimpl_la_LDFLAGS = \ -- 2.39.2