X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHDS%2FMakefile.in;h=50d4fa7425e1787cbde8b46b5f7b0c95a40868ee;hb=298f5a9bb302fffccb6af7ac6e624dfd28d6e08a;hp=bc62fc4ca839456559b3f935f78228090702fa8c;hpb=2d46bce2985c40bfac0593abad88d590a8efca48;p=modules%2Fsmesh.git diff --git a/src/SMESHDS/Makefile.in b/src/SMESHDS/Makefile.in index bc62fc4ca..50d4fa742 100644 --- a/src/SMESHDS/Makefile.in +++ b/src/SMESHDS/Makefile.in @@ -42,7 +42,10 @@ LIB_SRC = \ SMESHDS_Script.cxx \ SMESHDS_Command.cxx \ SMESHDS_SubMesh.cxx \ - SMESHDS_Mesh.cxx + SMESHDS_Mesh.cxx \ + SMESHDS_GroupBase.cxx \ + SMESHDS_Group.cxx \ + SMESHDS_GroupOnGeom.cxx LIB_CLIENT_IDL = LIB_SERVER_IDL = @@ -61,12 +64,15 @@ EXPORT_HEADERS= \ SMESHDS_Script.hxx \ SMESHDS_Command.hxx \ SMESHDS_CommandType.hxx \ - SMESHDS_SubMesh.hxx + SMESHDS_SubMesh.hxx \ + SMESHDS_GroupBase.hxx \ + SMESHDS_Group.hxx \ + SMESHDS_GroupOnGeom.hxx # additionnal information to compil and link file -CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome +CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS) CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS += $(OCC_KERNEL_LIBS) +LDFLAGS += $(OCC_KERNEL_LIBS) -lSMDS # additional file to be cleaned