From: rnc Date: Tue, 4 Jun 2013 09:43:05 +0000 (+0000) Subject: aguerre and rnc : runSalome was missing in the Makefile.am and CmakeLists.txt file... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0b2ae5e8956255adcf581d3e6db963a10699537c;p=modules%2Fyacs.git aguerre and rnc : runSalome was missing in the Makefile.am and CmakeLists.txt file list and thus not installed. This prevented the other modules from detecting the KERNEL --- diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 8402dfe04..47f9440d5 100755 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -45,6 +45,7 @@ SET(SCRIPTS orbmodule.py ORBConfigFile.py parseConfigFile.py + runSalome runSalome.py runSession.py runConsole.py diff --git a/bin/Makefile.am b/bin/Makefile.am index 6b155242d..333d2c15d 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -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 = \