]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Replace QxGraph (obsolete) by QxScene
authorvsr <vsr@opencascade.com>
Mon, 20 Apr 2009 12:22:37 +0000 (12:22 +0000)
committervsr <vsr@opencascade.com>
Mon, 20 Apr 2009 12:22:37 +0000 (12:22 +0000)
src/Makefile.am

index 372d18f5c319c2c78352682bb3f256edd4e38471..d322b8a97ab1eb871171d506b521019d0b7e8347 100755 (executable)
@@ -103,23 +103,23 @@ endif
 SUBDIRS_LIGHT = LightApp ResExporter
 
 ##
-# Extra Python packages
+# Full (CORBA) SALOME packages
 ##
-if ENABLE_PYCONSOLE
-  SUBDIRS_PY_LIGHT = SALOME_SWIG SALOME_PY SALOME_PYQT
+if GUI_ENABLE_CORBA
+  SUBDIRS_CORBA = TOOLSGUI Session SalomeApp 
 endif
 
 ##
-# Full (CORBA) SALOME packages
+# Extra Python packages
 ##
-if GUI_ENABLE_CORBA
-  SUBDIRS_CORBA = TOOLSGUI Session SalomeApp 
+if ENABLE_PYCONSOLE
+  SUBDIRS_PY_LIGHT = SALOME_SWIG SALOME_PY SALOME_PYQT
 endif
 
 SUBDIRS = $(SUBDIRS_COMMON) $(SUBDIRS_OBJECT) $(SUBDIRS_GLVIEWER) $(SUBDIRS_VTKVIEWER) $(SUBDIRS_OCCVIEWER)  \
           $(SUBDIRS_PLOT2DVIEWER) $(SUBDIRS_SUPERVGRAPHVIEWER) $(SUBDIRS_QXGRAPHVIEWER) $(SUBDIRS_PYCONSOLE) \
-          $(SUBDIRS_LIGHT) $(SUBDIRS_PY_LIGHT) $(SUBDIRS_CORBA)
+          $(SUBDIRS_LIGHT) $(SUBDIRS_CORBA) $(SUBDIRS_PY_LIGHT)
 
 DIST_SUBDIRS = CASCatch Qtx Style DDS QDS ObjBrowser SUIT SUITApp STD CAF CAM LogWindow Prs Event \
                OBJECT GLViewer VTKViewer SVTK OCCViewer SOCC Plot2d SPlot2d SUPERVGraph QxGraph QxScene \
-               PyInterp PyConsole LightApp ResExporter SALOME_SWIG SALOME_PY SALOME_PYQT TOOLSGUI Session SalomeApp
+               PyInterp PyConsole LightApp ResExporter TOOLSGUI Session SalomeApp SALOME_SWIG SALOME_PY SALOME_PYQT