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