From: inv Date: Mon, 22 Jul 2013 12:59:01 +0000 (+0000) Subject: RNV: Fix link errors. X-Git-Tag: V7_3_0a1~270 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=5bdade8015b31b55fbcb1f2458e52d274c490bdb RNV: Fix link errors. --- diff --git a/src/DriverMED/Makefile.am b/src/DriverMED/Makefile.am index dc58802a1..95b5a0153 100644 --- a/src/DriverMED/Makefile.am +++ b/src/DriverMED/Makefile.am @@ -81,6 +81,7 @@ MED_Test_LDADD = \ -lOpUtil \ -lSALOMELocalTrace \ -lSALOMEBasics \ + -lSalomeIDLKernel \ ../MEDWrapper/Factory/libMEDWrapper.la \ ../MEDWrapper/Base/libMEDWrapperBase.la \ ../MEDWrapper/V2_2/libMEDWrapper_V2_2.la \ diff --git a/src/DriverSTL/Makefile.am b/src/DriverSTL/Makefile.am index 8368238b3..3e3864f43 100644 --- a/src/DriverSTL/Makefile.am +++ b/src/DriverSTL/Makefile.am @@ -70,6 +70,6 @@ STL_Test_LDADD = \ libMeshDriverSTL.la \ ../Driver/libMeshDriver.la \ ../SMDS/libSMDS.la \ - $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics \ + $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics -lSalomeIDLKernel \ $(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh -lTKBO diff --git a/src/DriverUNV/Makefile.am b/src/DriverUNV/Makefile.am index ce249bc07..0be78fe5b 100644 --- a/src/DriverUNV/Makefile.am +++ b/src/DriverUNV/Makefile.am @@ -82,4 +82,4 @@ UNV_Test_LDADD = \ libMeshDriverUNV.la \ ../Driver/libMeshDriver.la \ ../SMDS/libSMDS.la \ - $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics + $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics -lSalomeIDLKernel diff --git a/src/SMESHClient/Makefile.am b/src/SMESHClient/Makefile.am index e8e42e9fb..ad170b108 100644 --- a/src/SMESHClient/Makefile.am +++ b/src/SMESHClient/Makefile.am @@ -69,11 +69,13 @@ libSMESHClient_la_LDFLAGS = \ ../MEDWrapper/Factory/libMEDWrapper.la \ ../MEDWrapper/Base/libMEDWrapperBase.la \ ../MEDWrapper/V2_2/libMEDWrapper_V2_2.la \ - $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lOpUtil -lSALOMEBasics \ + $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lOpUtil -lSALOMEBasics -lSalomeContainer -lSalomeHDFPersist -lSalomeGenericObj \ + -lRegistry -lResourcesManager -lSalomeResourcesManager -lSalomeNotification \ -lSalomeIDLKernel -lSALOMELocalTrace \ $(GEOM_LDFLAGS) -lNMTDS -lSalomeIDLGEOM \ $(CAS_KERNEL) + SMESHClientBin_CPPFLAGS = \ $(libSMESHClient_la_CPPFLAGS) diff --git a/src/SMESH_I/Makefile.am b/src/SMESH_I/Makefile.am index d76a6c7dc..e5ddeed57 100644 --- a/src/SMESH_I/Makefile.am +++ b/src/SMESH_I/Makefile.am @@ -110,6 +110,11 @@ libSMESHEngine_la_LDFLAGS = \ ../SMESHDS/libSMESHDS.la \ ../Controls/libSMESHControls.la \ $(KERNEL_LDFLAGS) \ + -lOpUtil \ + -lSalomeNotification \ + -lResourcesManager \ + -lSalomeResourcesManager \ + -lSALOMEBasics \ -lSalomeContainer \ -lSalomeNS \ -lRegistry \