Salome HOME
Dump Python extension
[modules/smesh.git] / src / SMESH_I / Makefile.am
index 6a8e251747dd53e2f16cbfa5f4491eb0a9232ba6..f28bbbe7f8fe9d81ff473070991e9a36dbe4030c 100644 (file)
@@ -41,6 +41,15 @@ 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_NoteBook.hxx \
        SMESH.hxx
 
 # Scripts to be installed.
@@ -70,7 +79,8 @@ dist_libSMESHEngine_la_SOURCES = \
        SMESH_Filter_i.cxx \
        SMESH_Group_i.cxx \
        SMESH_Pattern_i.cxx \
-       SMESH_2smeshpy.cxx
+       SMESH_2smeshpy.cxx \
+       SMESH_NoteBook.cxx 
 
 # Executables targets
 bin_PROGRAMS = SMESHEngine
@@ -86,6 +96,7 @@ libSMESHEngine_la_CPPFLAGS = \
        @HDF5_INCLUDES@ \
        $(BOOST_CPPFLAGS) \
        $(KERNEL_CXXFLAGS) \
+       $(GUI_CXXFLAGS) \
        $(MED_CXXFLAGS) \
        $(GEOM_CXXFLAGS) \
        -I$(srcdir)/../Controls \
@@ -110,14 +121,14 @@ libSMESHEngine_la_LDFLAGS  = \
        -lSalomeLifeCycleCORBA \
        -lTOOLSDS \
        -lSalomeGenericObj \
-       $(GEOM_LDFLAGS) \
-       -lGEOMClient \
+       $(MED_LDFLAGS) \
+       -lMEDWrapper_V2_2 \
        $(CAS_LDPATH) \
        -lTKCDF \
        -lTKBO \
        -lTKShHealing \
-       $(CORBA_LIBS)
-
+       $(GEOM_LDFLAGS) \
+       -lGEOMClient
 
 SMESHEngine_CPPFLAGS = \
        $(libSMESHEngine_la_CPPFLAGS)