From 55532407fedd8016f5f86c9b817f9b804724529e Mon Sep 17 00:00:00 2001 From: inv Date: Fri, 12 Oct 2012 07:03:48 +0000 Subject: [PATCH] Fix problem when building SMESH in --without-gui mode --- src/Tools/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2