Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/smesh.git] / src / SMESHDS / Makefile.in
index 2b4d5391e4224328536051b5795253a1ebb156ff..50d4fa7425e1787cbde8b46b5f7b0c95a40868ee 100644 (file)
@@ -43,7 +43,9 @@ LIB_SRC = \
        SMESHDS_Command.cxx \
        SMESHDS_SubMesh.cxx \
        SMESHDS_Mesh.cxx \
-       SMESHDS_Group.cxx
+       SMESHDS_GroupBase.cxx \
+       SMESHDS_Group.cxx \
+       SMESHDS_GroupOnGeom.cxx
 
 LIB_CLIENT_IDL = 
 LIB_SERVER_IDL = 
@@ -63,12 +65,14 @@ EXPORT_HEADERS= \
        SMESHDS_Command.hxx \
        SMESHDS_CommandType.hxx \
        SMESHDS_SubMesh.hxx \
-       SMESHDS_Group.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 $(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