From: barate Date: Wed, 17 Oct 2012 12:12:35 +0000 (+0000) Subject: Fix symbol resolution problems when Salome is compiled with autotools on Ubuntu 12.04 X-Git-Tag: V6_6_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f77b3a63b25b08407fc20ae0aadb6e813bd41d9c;p=modules%2Fkernel.git Fix symbol resolution problems when Salome is compiled with autotools on Ubuntu 12.04 --- diff --git a/src/SALOMEDS/Makefile.am b/src/SALOMEDS/Makefile.am index bfc45db68..e064be049 100644 --- a/src/SALOMEDS/Makefile.am +++ b/src/SALOMEDS/Makefile.am @@ -75,7 +75,6 @@ COMMON_CPPFLAGS=\ # This local variable defines the list of dependant libraries common to all target in this package. COMMON_LIBS =\ - ../TOOLSDS/libTOOLSDS.la \ ../NamingService/libSalomeNS.la \ ../Utils/libOpUtil.la \ ../SALOMELocalTrace/libSALOMELocalTrace.la \