Salome HOME
SMH: Fix of dependency - Session must be independent from SalomeApp
authorsmh <smh@opencascade.com>
Fri, 27 May 2005 09:51:05 +0000 (09:51 +0000)
committersmh <smh@opencascade.com>
Fri, 27 May 2005 09:51:05 +0000 (09:51 +0000)
src/Makefile.in
src/Session/SALOME_Session_Server.cxx

index d41666b38ed62da8f71484229329ba1e3d63b1df..ce0501f293bd015d0a43e6e1ba31b175c34ab4df 100755 (executable)
@@ -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@
index e3505a4feb1f8cf6168762b69cf6f5924335e276..6aeb7e868380648ec082bded0f6581338de0edc8 100755 (executable)
@@ -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);