Salome HOME
ADD a end user module (services.py) to help the manipulation of SALOME KERNEL service...
[modules/kernel.git] / configure.ac
index e05359f90d94e930d221d978f3bb3942d040e8b1..6943c530d3d0fe96e79a897db764a5e1a213f01f 100644 (file)
@@ -25,7 +25,7 @@
 # ================================================================
 #AC_PREREQ(2.59)
 #
-AC_INIT([Salome2 Project], [6.3.0], [paul.rascle@edf.fr], [SalomeKERNEL])
+AC_INIT([Salome2 Project], [6.3.1], [paul.rascle@edf.fr], [SalomeKERNEL])
 
 # AC_CONFIG_AUX_DIR defines an alternative directory where to find the auxiliary
 # scripts such as config.guess, install-sh, ...
@@ -537,6 +537,7 @@ AC_OUTPUT([ \
   salome_adm/unix/config_files/Makefile \
   Makefile \
   bin/Makefile \
+  bin/appliskel/Makefile \
   bin/VERSION \
   doc/Makefile \
   doc/docutils/conf.py \
@@ -577,6 +578,7 @@ AC_OUTPUT([ \
   src/HDFPersist/Makefile \
   src/KERNEL_PY/Makefile \
   src/KERNEL_PY/kernel/Makefile \
+  src/KERNEL_PY/kernel/kernelpy_autotest.sh \
   src/KERNEL_PY/kernel/logconfig.py \
   src/KERNEL_PY/kernel/parametric/Makefile \
   src/Launcher/Makefile \
@@ -611,4 +613,5 @@ AC_OUTPUT([ \
   src/UnitTests/Makefile \
   src/Utils/Makefile \
   src/Utils/Test/Makefile \
+  src/KernelHelpers/Makefile \
 ])