From: mpv Date: Fri, 15 Dec 2006 09:05:18 +0000 (+0000) Subject: Debug of automake procedure. Add CORBA generated libraries dependencies. X-Git-Tag: GUI_AutoTools_v1_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_GUI_AutoTools;p=modules%2Fgui.git Debug of automake procedure. Add CORBA generated libraries dependencies. --- diff --git a/src/Session/Makefile.am b/src/Session/Makefile.am index fe7b6dc74..63f54c95e 100755 --- a/src/Session/Makefile.am +++ b/src/Session/Makefile.am @@ -55,7 +55,7 @@ libSalomeSession_la_CPPFLAGS= $(QT_MT_INCLUDES) $(PYTHON_INCLUDES) \ libSalomeSession_la_LDFLAGS= $(QT_MT_LIBS) $(KERNEL_LDFLAGS) -lSalomeNS \ -lSalomeLifeCycleCORBA -lOpUtil -lSALOMELocalTrace -lSalomeCatalog \ -lSalomeDSClient $(CAS_KERNEL) -lwith_loggerTraceCollector \ - ../SUIT/libsuit.la ../Event/libEvent.la + ../SUIT/libsuit.la ../Event/libEvent.la ../../idl/libSalomeIDLGUI.la # Executable bin_PROGRAMS= SALOME_Session_Server