From: inv Date: Fri, 12 Oct 2012 07:03:48 +0000 (+0000) Subject: Fix problem when building SMESH in --without-gui mode X-Git-Tag: V6_6_0a1~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=55532407fedd8016f5f86c9b817f9b804724529e;p=modules%2Fsmesh.git Fix problem when building SMESH in --without-gui mode --- diff --git a/src/Tools/Makefile.am b/src/Tools/Makefile.am index 15af73669..5deaa3ff5 100644 --- a/src/Tools/Makefile.am +++ b/src/Tools/Makefile.am @@ -25,7 +25,13 @@ # 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