X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FMakefile.am;h=1df11ecab9f27073b9ca458c3af22da2febf9944;hb=81fdd49b0f83ca23e04698697bf191a97467ca38;hp=fd4f9639d7f2d7ce5d849b3d335736a527b4c691;hpb=fb35bf812dbe58da639cab14711f98c48a64d00c;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/Makefile.am b/src/GEOMImpl/Makefile.am index fd4f9639d..1df11ecab 100644 --- a/src/GEOMImpl/Makefile.am +++ b/src/GEOMImpl/Makefile.am @@ -36,15 +36,15 @@ salomeinclude_HEADERS = \ GEOMImpl_Gen.hxx \ GEOMImpl_IBasicOperations.hxx \ GEOMImpl_ITransformOperations.hxx \ - GEOMImpl_IHealingOperations.hxx \ + GEOMImpl_IHealingOperations.hxx \ GEOMImpl_I3DPrimOperations.hxx \ GEOMImpl_IShapesOperations.hxx \ GEOMImpl_IBlocksOperations.hxx \ GEOMImpl_IBooleanOperations.hxx \ GEOMImpl_ICurvesOperations.hxx \ GEOMImpl_ILocalOperations.hxx \ - GEOMImpl_IInsertOperations.hxx \ - GEOMImpl_IMeasureOperations.hxx \ + GEOMImpl_IInsertOperations.hxx \ + GEOMImpl_IMeasureOperations.hxx \ GEOMImpl_IGroupOperations.hxx \ GEOMImpl_CopyDriver.hxx \ GEOMImpl_Types.hxx \ @@ -75,6 +75,8 @@ dist_libGEOMimpl_la_SOURCES = \ GEOMImpl_ScaleDriver.cxx \ GEOMImpl_PositionDriver.cxx \ GEOMImpl_BoxDriver.cxx \ + GEOMImpl_FaceDriver.cxx \ + GEOMImpl_DiskDriver.cxx \ GEOMImpl_ConeDriver.cxx \ GEOMImpl_CylinderDriver.cxx \ GEOMImpl_SphereDriver.cxx \ @@ -108,21 +110,22 @@ dist_libGEOMimpl_la_SOURCES = \ # additionnal information to compil and link file libGEOMimpl_la_CPPFLAGS = \ + $(CORBA_CXXFLAGS) \ + $(CORBA_INCLUDES) \ $(CAS_CPPFLAGS) \ $(KERNEL_CXXFLAGS) \ $(BOOST_CPPFLAGS) \ -I$(srcdir)/../ShHealOper \ - -I$(srcdir)/../NMTAlgo \ -I$(srcdir)/../NMTTools \ -I$(srcdir)/../GEOM \ -I$(srcdir)/../GEOMAlgo \ -I$(srcdir)/../SKETCHER \ -I$(srcdir)/../ARCHIMEDE \ + -I$(top_builddir)/idl \ -I$(top_builddir)/salome_adm/unix libGEOMimpl_la_LDFLAGS = \ ../GEOM/libGEOMbasic.la \ - ../NMTAlgo/libNMTAlgo.la \ ../GEOMAlgo/libGEOMAlgo.la \ ../ShHealOper/libShHealOper.la \ ../ARCHIMEDE/libGEOMArchimede.la \