Salome HOME
0021859: SMESH : Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27
[modules/smesh.git] / src / SMESH_I / Makefile.am
index 2f748f7da54ee59b964aba2b309a37ce182a0ad2..9ea8491ddf0839778106a052be8b28ff69339893 100644 (file)
@@ -48,12 +48,9 @@ salomeinclude_HEADERS = \
        SMESH_NoteBook.hxx \
        SMESH_Measurements_i.hxx \
        SMESH_PreMeshInfo.hxx \
+       SMESH_MeshPartDS.hxx \
        SMESH.hxx
 
-# Scripts to be installed.
-dist_salomescript_DATA= \
-       smeshpy.py
-
 # Libraries targets
 
 lib_LTLIBRARIES = libSMESHEngine.la
@@ -108,7 +105,8 @@ libSMESHEngine_la_CPPFLAGS = \
        -I$(srcdir)/../DriverCGNS \
        -I$(srcdir)/../SMESH \
        -I$(srcdir)/../SMESHUtils \
-       -I$(top_builddir)/idl
+       -I$(top_builddir)/idl \
+       -I$(top_builddir)
 
 libSMESHEngine_la_LDFLAGS  = \
        ../../idl/libSalomeIDLSMESH.la \