X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FMakefile.in;h=5c3e9abd99e88dcbc3f7451c80aa0836b6caa951;hp=963d204f20db418ad00d8651ccb5be3c31d84a18;hb=e0b529896b95749166851a7fc9bb83d7f52b43cf;hpb=aa64a62c439d80eb0f306350bf50e5c97f49c383 diff --git a/src/SMDS/Makefile.in b/src/SMDS/Makefile.in index 963d204f2..5c3e9abd9 100644 --- a/src/SMDS/Makefile.in +++ b/src/SMDS/Makefile.in @@ -56,7 +56,9 @@ LIB_SRC = \ SMDS_VolumeOfFaces.cxx \ SMDS_VolumeOfNodes.cxx \ SMDS_FaceOfEdges.cxx \ - SMDS_FaceOfNodes.cxx + SMDS_FaceOfNodes.cxx \ + SMDS_Tria3OfNodes.cxx \ + SMDS_HexahedronOfNodes.cxx #SMDSControl_BoundaryEdges.cxx \ #SMDSControl_BoundaryFaces.cxx \ @@ -104,7 +106,9 @@ EXPORT_HEADERS= \ SMDS_VolumeOfFaces.hxx \ SMDS_VolumeOfNodes.hxx \ SMDS_FaceOfEdges.hxx \ - SMDS_FaceOfNodes.hxx + SMDS_FaceOfNodes.hxx \ + SMDS_Tria3OfNodes.hxx \ + SMDS_HexahedronOfNodes.hxx #SMDSControl_BoundaryEdges.hxx \ #SMDSControl_BoundaryFaces.hxx \