From: vsr Date: Thu, 28 Aug 2008 12:30:37 +0000 (+0000) Subject: Migrate to SALOME 5.x and automake X-Git-Tag: V5_1_0_for_TC1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dde9151b3615550652c10405687eacf0fe376827;p=plugins%2Fblsurfplugin.git Migrate to SALOME 5.x and automake --- 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