X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FMakefile.am;fp=src%2FSMESHUtils%2FMakefile.am;h=a90736ca50539a2e9d7d72003f7edbb4931919d1;hp=0e5f876248d593c837fd9e7eb6387ca4a2ac0209;hb=1067ffa6e7e5c394e3a1b17219d8b355a57607cd;hpb=e6fb82fec115653b65edff9f5155d4e39bc13c6a;ds=sidebyside diff --git a/src/SMESHUtils/Makefile.am b/src/SMESHUtils/Makefile.am index 0e5f87624..a90736ca5 100644 --- a/src/SMESHUtils/Makefile.am +++ b/src/SMESHUtils/Makefile.am @@ -26,7 +26,9 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am salomeinclude_HEADERS = \ SMESH_Block.hxx \ SMESH_TypeDefs.hxx \ + SMESH_Tree.hxx \ SMESH_Octree.hxx \ + SMESH_Quadtree.hxx \ SMESH_OctreeNode.hxx \ SMESH_Comment.hxx \ SMESH_ComputeError.hxx \ @@ -39,6 +41,7 @@ lib_LTLIBRARIES = libSMESHUtils.la dist_libSMESHUtils_la_SOURCES = \ SMESH_Block.cxx \ + SMESH_Quadtree.cxx \ SMESH_Octree.cxx \ SMESH_OctreeNode.cxx \ SMESH_File.cxx