Salome HOME
IMP 0016175: EDF455: Save GUIState don't redisplay the objects.
[modules/geom.git] / src / GEOMImpl / Makefile.am
index fd4f9639d7f2d7ce5d849b3d335736a527b4c691..1df11ecab9f27073b9ca458c3af22da2febf9944 100644 (file)
@@ -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 \