From 8671ae97d9eb46879b7fbafc826dd91e07163d9c Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 20 Sep 2011 15:26:11 +0000 Subject: [PATCH] Additional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue: generated SalomeApp.xml added in the nodist_salomeres_SCRIPTS list. --- resources/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/Makefile.am b/resources/Makefile.am index f4f556208..ffe0038c3 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -148,7 +148,6 @@ dist_salomeres_DATA = \ mesh_merge_elements.png \ select1.png \ StdMeshers.xml \ - $(top_builddir)/resources/SalomeApp.xml \ mesh_pattern.png \ pattern_sample_2d.png \ pattern_sample_3D.png \ @@ -196,4 +195,4 @@ dist_salomeres_DATA = \ mesh_min_dist.png # VSR: little trick to avoid putting if SMESHCatalog.xml to the distribution archive -nodist_salomeres_SCRIPTS = SMESHCatalog.xml +nodist_salomeres_SCRIPTS = SMESHCatalog.xml SalomeApp.xml