From a3ee62b201aaaa903f32252c77b110e0fd5430f0 Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 16 Mar 2006 16:04:25 +0000 Subject: [PATCH] PR: add resources/Plugin in Install --- configure.ac | 1 + resources/Makefile.am | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7fe63445c..5a8aa38de 100644 --- a/configure.ac +++ b/configure.ac @@ -476,6 +476,7 @@ AC_OUTPUT([ \ ./doc/salome/tui/Makefile \ ./idl/Makefile \ ./resources/Makefile \ + ./resources/DEPRECATED/Plugin \ ./src/Makefile \ ./src/Basics/Makefile \ ./src/Basics/Test/Makefile \ diff --git a/resources/Makefile.am b/resources/Makefile.am index b8f2d501f..468f220c2 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -13,6 +13,8 @@ include $(top_srcdir)/salome_adm/unix/make_common_starter.am # =============================================================== # +DEPRECATED_FILES=\ + DEPRECATED/Plugin dist_salomeres_DATA=\ CatalogDataType.xml \ @@ -23,4 +25,5 @@ dist_salomeres_DATA=\ channel.cfg \ KERNELCatalog.xml \ salomeCommonModel.spml \ - SALOMEDS_Resources + SALOMEDS_Resources \ + $(DEPRECATED_FILES) -- 2.39.2