From 0b2ae5e8956255adcf581d3e6db963a10699537c Mon Sep 17 00:00:00 2001 From: rnc Date: Tue, 4 Jun 2013 09:43:05 +0000 Subject: [PATCH] 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 --- bin/CMakeLists.txt | 1 + bin/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = \ -- 2.39.2