X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2FMakefile.am;h=5deaa3ff5668e326c8cfa3b42053390e02b98858;hb=refs%2Ftags%2FV7_1_0_pre;hp=cae255b859183a8ab16b0172703208f32528d082;hpb=e6fb82fec115653b65edff9f5155d4e39bc13c6a;p=modules%2Fsmesh.git diff --git a/src/Tools/Makefile.am b/src/Tools/Makefile.am index cae255b85..5deaa3ff5 100644 --- a/src/Tools/Makefile.am +++ b/src/Tools/Makefile.am @@ -27,5 +27,11 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am SUBDIRS = MeshCut padder +if SMESH_ENABLE_GUI + SUBDIRS += YamsPlug +endif + salomeplugins_PYTHON = \ smesh_plugins.py + +DIST_SUBDIRS = MeshCut padder YamsPlug