]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMClient/Makefile.in
Salome HOME
Remove uncessary libraries and dependences (for OCC6.0) from configuration
[modules/geom.git] / src / GEOMClient / Makefile.in
index 32db3e2204940c449419088c49c1ae96226814c1..eb7281a67653a9c3ac3c965b047c046b00a3ed7a 100644 (file)
@@ -42,7 +42,9 @@ EXPORT_HEADERS = \
 
 LIB = libGEOMClient.la
 LIB_SRC = GEOM_Client.cxx
-LIB_SERVER_IDL = SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl GEOM_Shape.idl GEOM_Gen.idl
+LIB_SERVER_IDL = \
+       SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl SALOME_GenericObj.idl \
+       GEOM_Gen.idl
 
 # Executables targets
 BIN = 
@@ -53,7 +55,7 @@ BIN_SERVER_IDL =
 # additionnal information to compil and link file
 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS  += $(CAS_LDPATH) -lTKTopAlgo -L${KERNEL_ROOT_DIR}/lib/salome
+LDFLAGS  += $(CAS_TKTopAlgo) -L${KERNEL_ROOT_DIR}/lib/salome
 
 
 @CONCLUDE@