From b7b8b9db9302e9c8fdae0809464f223bb2de6111 Mon Sep 17 00:00:00 2001 From: smh Date: Fri, 27 May 2005 09:51:05 +0000 Subject: [PATCH] SMH: Fix of dependency - Session must be independent from SalomeApp --- src/Makefile.in | 2 +- src/Session/SALOME_Session_Server.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index d41666b38..ce0501f29 100755 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -34,7 +34,7 @@ VPATH=.:@srcdir@ SUBDIRS = Qtx SUIT STD CAF CAM SUITApp VTKViewer OCCViewer GLViewer \ LogWindow Event Loader OBJECT Prs PyInterp PythonConsole ObjBrowser \ - RegistryDisplay Plot2d TOOLSGUI SOCC SVTK SPlot2d SalomeApp SALOME_SWIG SALOME_PY SUPERVGraph Session + RegistryDisplay Plot2d TOOLSGUI SOCC SVTK SPlot2d Session SalomeApp SALOME_SWIG SALOME_PY SUPERVGraph # excluded : SALOME_PYQT @MODULE@ diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index e3505a4fe..6aeb7e868 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -57,7 +57,7 @@ #include "SUIT_MessageBox.h" -#include "SalomeApp_ExceptionHandler.h" +#include "SUIT_ExceptionHandler.h" using namespace std; extern "C" int HandleSignals(QApplication *theQApplication); -- 2.39.2