Salome HOME
To correct parsing of commands like object.command(obj, 'str=value'),
[modules/smesh.git] / src / SMESH_I / Makefile.am
index 95cd7c5a3bf9187a8ff60e29c06053c84051bb83..c58d29629c413a948bf50890b122b9e7b76d5d5e 100644 (file)
@@ -41,6 +41,14 @@ salomeinclude_HEADERS = \
        SMESH_Mesh_i.hxx \
        SMESH_Hypothesis_i.hxx \
        SMESH_PythonDump.hxx \
+       SMESH_Group_i.hxx \
+       SMESH_MEDMesh_i.hxx \
+       SMESH_Filter_i.hxx \
+       SMESH_MeshEditor_i.hxx \
+       SMESH_MEDFamily_i.hxx \
+       SMESH_MEDSupport_i.hxx \
+       SMESH_Pattern_i.hxx \
+       SMESH_2smeshpy.hxx \
        SMESH.hxx
 
 # Scripts to be installed.
@@ -100,7 +108,6 @@ libSMESHEngine_la_CPPFLAGS = \
 
 
 libSMESHEngine_la_LDFLAGS  = \
-       $(CORBA_LIBS) \
        ../../idl/libSalomeIDLSMESH.la \
        ../SMESH/libSMESHimpl.la \
        ../Controls/libSMESHControls.la \
@@ -117,10 +124,9 @@ libSMESHEngine_la_LDFLAGS  = \
        $(CAS_LDPATH) \
        -lTKCDF \
        -lTKBO \
-       -lTKShHealing
-
-#      $(GEOM_LDFLAGS) \
-#      -lGEOMClient
+       -lTKShHealing \
+       $(GEOM_LDFLAGS) \
+       -lGEOMClient
 
 SMESHEngine_CPPFLAGS = \
        $(libSMESHEngine_la_CPPFLAGS)