From: prascle Date: Thu, 16 Mar 2006 16:04:25 +0000 (+0000) Subject: PR: add resources/Plugin in Install X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3ee62b201aaaa903f32252c77b110e0fd5430f0;p=modules%2Fyacs.git PR: add resources/Plugin in Install --- 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)