From: pkv Date: Fri, 20 Nov 2009 04:32:28 +0000 (+0000) Subject: add necessary libs to COMMON_LIBS variable X-Git-Tag: PHASE_17_Part1_V1~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fd311ea382bc9d3b8bbb896cefefec157edb9aeb;p=modules%2Fkernel.git add necessary libs to COMMON_LIBS variable --- diff --git a/src/TestContainer/Makefile.am b/src/TestContainer/Makefile.am index f520293f0..0587c2b4d 100644 --- a/src/TestContainer/Makefile.am +++ b/src/TestContainer/Makefile.am @@ -97,10 +97,12 @@ TestContainer_SOURCES = TestContainer.cxx TestContainer_CPPFLAGS = $(COMMON_CPPFLAGS) TestContainer_LDADD = libSalomeTestComponentEngine.la \ ../Basics/libSALOMEBasics.la \ + ${COMMON_LIBS} \ $(CORBA_LIBS) TestLogger_SOURCES = TestLogger.cxx TestLogger_CPPFLAGS = $(COMMON_CPPFLAGS) TestLogger_LDADD = libSalomeTestComponentEngine.la \ ../Basics/libSALOMEBasics.la \ + ${COMMON_LIBS} \ $(CORBA_LIBS)