From 7dbf6ae6af9b7087ab9467e694a5b67f6ca3440b Mon Sep 17 00:00:00 2001 From: abd Date: Mon, 25 Jun 2007 09:01:20 +0000 Subject: [PATCH] Separation KERNEL DEPRECATED configuration files from main config_files --- salome_adm/unix/config_files/Makefile.am | 4 +++- salome_adm/unix/make_common_starter.am | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/salome_adm/unix/config_files/Makefile.am b/salome_adm/unix/config_files/Makefile.am index 31675283a..f812d9293 100644 --- a/salome_adm/unix/config_files/Makefile.am +++ b/salome_adm/unix/config_files/Makefile.am @@ -79,5 +79,7 @@ check_withihm.m4 \ enable_pthreads.m4 \ production.m4 \ pyembed.m4 \ -python.m4 \ +python.m4 + +dist_salome4depr_DATA=\ $(DEPRECATED_FILES) diff --git a/salome_adm/unix/make_common_starter.am b/salome_adm/unix/make_common_starter.am index 007845b44..258e057af 100644 --- a/salome_adm/unix/make_common_starter.am +++ b/salome_adm/unix/make_common_starter.am @@ -22,6 +22,7 @@ salomeresdir = $(prefix)/share/@PACKAGE@/resources/@MODULE_NAME@ salomeadmdir = $(prefix)/salome_adm salomeadmuxdir = $(salomeadmdir)/unix salomem4dir = $(salomeadmdir)/unix/config_files +salome4deprdir = $(salomeadmdir)/unix/config_files/DEPRECATED # Shared modules installation directory sharedpkgpythondir =$(pkgpythondir)/shared_modules -- 2.39.2