X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FMakefile.am;h=84d91680203dbd86ba300b1afd4989330d3e6235;hb=f8d23e8916163c919b1e2f148ccc70c0a92e0060;hp=0e8dc99b8a7f5320d6decdd5d5f8dc69f38dc9fe;hpb=82decf21b02b9ab50c26308cd477078a92aeab3f;p=modules%2Fsmesh.git diff --git a/idl/Makefile.am b/idl/Makefile.am index 0e8dc99b8..84d916802 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -33,7 +33,8 @@ BASEIDL_FILES = \ SMESH_BasicHypothesis.idl \ SMESH_Filter.idl \ SMESH_Group.idl \ - SMESH_Pattern.idl + SMESH_Pattern.idl \ + SMESH_MeshEditor.idl EXTRA_DIST+= $(BASEIDL_FILES) @@ -51,7 +52,8 @@ nodist_libSalomeIDLSMESH_la_SOURCES = \ SMESH_BasicHypothesisSK.cc \ SMESH_FilterSK.cc \ SMESH_GroupSK.cc \ - SMESH_PatternSK.cc + SMESH_PatternSK.cc \ + SMESH_MeshEditorSK.cc # header files must be exported: other modules have to use this library nodist_salomeinclude_HEADERS= $(BASEIDL_FILES:%.idl=%.hh)