Salome HOME
aguerre and rnc : runSalome was missing in the Makefile.am and CmakeLists.txt file...
authorrnc <rnc@opencascade.com>
Tue, 4 Jun 2013 09:43:05 +0000 (09:43 +0000)
committerrnc <rnc@opencascade.com>
Tue, 4 Jun 2013 09:43:05 +0000 (09:43 +0000)
bin/CMakeLists.txt
bin/Makefile.am

index 8402dfe046e89d5136c826c3dd23f565b4769395..47f9440d5a7858291012736c78a5ea544a266c2e 100755 (executable)
@@ -45,6 +45,7 @@ SET(SCRIPTS
   orbmodule.py
   ORBConfigFile.py
   parseConfigFile.py
+  runSalome
   runSalome.py
   runSession.py
   runConsole.py
index 6b155242d27c2a671366d7178d9942cc397db193..333d2c15dbefd62ab90a9427885592d0f38c7168 100644 (file)
@@ -44,7 +44,8 @@ nodist_salomescript_DATA =    \
 # These files are executable scripts
 dist_salomescript_SCRIPTS =            \
        appli_clean.sh                  \
-       runIDLparser
+       runIDLparser                            \
+       runSalome
 
 # These files are python files
 dist_salomescript_PYTHON =             \