mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-16 02:20:33 +05:00
Fix problem when building SMESH in --without-gui mode
This commit is contained in:
parent
00649fb99d
commit
55532407fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user