]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHUtils/Makefile.am
Salome HOME
+ SMESH_TryCatch.hxx
[modules/smesh.git] / src / SMESHUtils / Makefile.am
index 8125be45c0af0238c5e9e728723e5d3469826e7b..9158a2b5bbd96ad9d7d2dd4683401ea24ac3591e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -26,12 +26,15 @@ 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 \
        SMESH_File.hxx \
-       SMESH_Utils.hxx
+       SMESH_Utils.hxx \
+       SMESH_TryCatch.hxx
 
 # Libraries targets
 
@@ -39,6 +42,7 @@ lib_LTLIBRARIES = libSMESHUtils.la
 
 dist_libSMESHUtils_la_SOURCES = \
        SMESH_Block.cxx \
+       SMESH_Quadtree.cxx \
        SMESH_Octree.cxx \
        SMESH_OctreeNode.cxx \
        SMESH_File.cxx
@@ -54,4 +58,4 @@ libSMESHUtils_la_CPPFLAGS = \
 
 libSMESHUtils_la_LDFLAGS = \
        ../SMESHDS/libSMESHDS.la \
-       $(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d
+       $(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d -lTKG3d -lTKGeomBase