From e0c641c378e1eb0037059ab34442934088dd2eb4 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 15 Dec 2006 09:05:18 +0000 Subject: [PATCH] Debug of automake procedure. Add CORBA generated libraries dependencies. --- src/Session/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2