From: ouv Date: Wed, 7 Nov 2007 12:30:44 +0000 (+0000) Subject: CORBA includes X-Git-Tag: V4_1_0rc2~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f68fdf0e8d12eb6e0ec123fe5eb9ebce20bac38a;p=modules%2Fgeom.git CORBA includes --- 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 = \