]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
PR: add resources/Plugin in Install
authorprascle <prascle>
Thu, 16 Mar 2006 16:04:25 +0000 (16:04 +0000)
committerprascle <prascle>
Thu, 16 Mar 2006 16:04:25 +0000 (16:04 +0000)
configure.ac
resources/Makefile.am

index 7fe63445cf8a2e5aa2fbe0c6db2e19d4d5ddfbc5..5a8aa38de7d56f00f09553fe508f64a5b6d8e1e3 100644 (file)
@@ -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 \
index b8f2d501f1438a7b505b1974dc6bccf36cfddacc..468f220c26017a91fa657f8f6f84849bc2ea0756 100644 (file)
@@ -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)