From dde9151b3615550652c10405687eacf0fe376827 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 28 Aug 2008 12:30:37 +0000 Subject: [PATCH] Migrate to SALOME 5.x and automake --- resources/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/Makefile.am b/resources/Makefile.am index 2b069c8..c49ec6f 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -26,10 +26,14 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am dist_salomeres_DATA = \ + BLSURFPlugin.xml \ + SalomeApp.xml + +if BLSURFPLUGIN_ENABLE_GUI + dist_salomeres_DATA += \ BLSURF.png \ mesh_algo_BLSURF.png \ mesh_hypo_BLSURF.png \ mesh_tree_algo_BLSURF.png \ - mesh_tree_hypo_BLSURF.png \ - BLSURFPlugin.xml \ - SalomeApp.xml + mesh_tree_hypo_BLSURF.png +endif -- 2.39.2