From 40888f571107ff41a746c3e5a7e48e7f7af0bf27 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 20 Sep 2011 15:17:43 +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 a5711e810..86bd50df1 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -28,7 +28,6 @@ dist_salomeres_DATA = \ GEOM_en.xml \ GEOM_fr.xml \ GEOM.config \ -$(top_builddir)/resources/SalomeApp.xml \ Plugin \ GEOMDS_Resources \ ImportExport \ @@ -248,4 +247,4 @@ ADVANCED_RESOURCES += dlg_pipetshapefilletrf.png dist_salomeres_DATA += $(ADVANCED_RESOURCES) # VSR: little trick to avoid putting if GEOMCatalog.xml to the distribution archive -nodist_salomeres_SCRIPTS = GEOMCatalog.xml +nodist_salomeres_SCRIPTS = GEOMCatalog.xml SalomeApp.xml