Salome HOME
PAL16774 (Crash after display of many groups)
[modules/smesh.git] / src / SMESH_I / Makefile.am
index b306f5916292dad2e5d83b0370d4bff7436aae32..6a8e251747dd53e2f16cbfa5f4491eb0a9232ba6 100644 (file)
@@ -33,6 +33,7 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
 salomeinclude_HEADERS = \
        SMESH_Gen_i.hxx \
        SMESH_Algo_i.hxx \
+       SMESH_0D_Algo_i.hxx \
        SMESH_1D_Algo_i.hxx \
        SMESH_2D_Algo_i.hxx \
        SMESH_3D_Algo_i.hxx \
@@ -62,6 +63,7 @@ dist_libSMESHEngine_la_SOURCES = \
        SMESH_MeshEditor_i.cxx \
        SMESH_Hypothesis_i.cxx \
        SMESH_Algo_i.cxx \
+       SMESH_0D_Algo_i.cxx \
        SMESH_1D_Algo_i.cxx \
        SMESH_2D_Algo_i.cxx \
        SMESH_3D_Algo_i.cxx \
@@ -78,8 +80,10 @@ dist_SMESHEngine_SOURCES = \
 
 # additionnal information to compil and link file
 libSMESHEngine_la_CPPFLAGS = \
+       $(CORBA_CXXFLAGS) \
+       $(CORBA_INCLUDES) \
        $(CAS_CPPFLAGS) \
-       $(HDF5_INCLUDES) \
+       @HDF5_INCLUDES@ \
        $(BOOST_CPPFLAGS) \
        $(KERNEL_CXXFLAGS) \
        $(MED_CXXFLAGS) \
@@ -108,7 +112,7 @@ libSMESHEngine_la_LDFLAGS  = \
        -lSalomeGenericObj \
        $(GEOM_LDFLAGS) \
        -lGEOMClient \
-       $(OCC_LDPATH) \
+       $(CAS_LDPATH) \
        -lTKCDF \
        -lTKBO \
        -lTKShHealing \