]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Migrate to SALOME 5.x and automake
authorvsr <vsr@opencascade.com>
Thu, 28 Aug 2008 12:30:37 +0000 (12:30 +0000)
committervsr <vsr@opencascade.com>
Thu, 28 Aug 2008 12:30:37 +0000 (12:30 +0000)
resources/Makefile.am

index 2b069c81f31902d4cd222e19e81de65817b539ee..c49ec6fb54aed57ecc56a27884accc0c643cffa5 100644 (file)
 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