Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
[modules/smesh.git] / src / SMESH_I / Makefile.am
index 5544de5af5eb918857f58240ecb355b6f157cd44..322a38f0c579fa28103fe81b73aaa27cdeb51d3b 100644 (file)
@@ -47,6 +47,7 @@ salomeinclude_HEADERS = \
        SMESH_2smeshpy.hxx \
        SMESH_NoteBook.hxx \
        SMESH_Measurements_i.hxx \
+       SMESH_PreMeshInfo.hxx \
        SMESH.hxx
 
 # Scripts to be installed.
@@ -78,7 +79,8 @@ dist_libSMESHEngine_la_SOURCES = \
        SMESH_Pattern_i.cxx \
        SMESH_2smeshpy.cxx \
        SMESH_NoteBook.cxx \
-       SMESH_Measurements_i.cxx
+       SMESH_Measurements_i.cxx \
+       SMESH_PreMeshInfo.cxx
 
 # Executables targets
 bin_PROGRAMS = SMESHEngine
@@ -103,7 +105,9 @@ libSMESHEngine_la_CPPFLAGS = \
        -I$(srcdir)/../SMESHDS \
        -I$(srcdir)/../Driver \
        -I$(srcdir)/../DriverMED \
+       -I$(srcdir)/../DriverCGNS \
        -I$(srcdir)/../SMESH \
+       -I$(srcdir)/../SMESHUtils \
        -I$(top_builddir)/idl
 
 libSMESHEngine_la_LDFLAGS  = \