Fix problem when building SMESH in --without-gui mode

This commit is contained in:
inv 2012-10-12 07:03:48 +00:00
parent 00649fb99d
commit 55532407fe

View File

@ -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