Salome HOME
Fix problem when building SMESH in --without-gui mode
authorinv <inv@opencascade.com>
Fri, 12 Oct 2012 07:03:48 +0000 (07:03 +0000)
committerinv <inv@opencascade.com>
Fri, 12 Oct 2012 07:03:48 +0000 (07:03 +0000)
src/Tools/Makefile.am

index 15af73669adabbfeee1bcf5e714a77c12d7daffe..5deaa3ff5668e326c8cfa3b42053390e02b98858 100644 (file)
 #
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-SUBDIRS = MeshCut padder YamsPlug
+SUBDIRS = MeshCut padder
+
+if SMESH_ENABLE_GUI
+  SUBDIRS += YamsPlug
+endif
 
 salomeplugins_PYTHON = \
        smesh_plugins.py
+
+DIST_SUBDIRS = MeshCut padder YamsPlug