From e905b020937a37df3672261af825e32a38777a47 Mon Sep 17 00:00:00 2001 From: boulant Date: Wed, 7 Dec 2005 17:42:24 +0000 Subject: [PATCH] Gestion par Makefile.am --- resources/{ => DEPRECATED}/Plugin.in | 0 resources/Makefile.am | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+) rename resources/{ => DEPRECATED}/Plugin.in (100%) create mode 100644 resources/Makefile.am diff --git a/resources/Plugin.in b/resources/DEPRECATED/Plugin.in similarity index 100% rename from resources/Plugin.in rename to resources/DEPRECATED/Plugin.in diff --git a/resources/Makefile.am b/resources/Makefile.am new file mode 100644 index 000000000..15f1bd13c --- /dev/null +++ b/resources/Makefile.am @@ -0,0 +1,24 @@ +# -* Makefile *- +# +# Author : Guillaume Boulant (CSSI) +# Module : KERNEL +# $Header$ +# + +include $(top_srcdir)/salome_adm/unix/make_common_starter.am + +# +# =============================================================== +# Files to be installed +# =============================================================== +# + + +salomeres_DATA=\ + CatalogDataType.xml \ + KERNELCatalog.xml \ + CatalogResources.xml \ + close.png \ + config \ + channel.cfg \ + SALOMEDS_Resources -- 2.39.2