mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:30:33 +05:00
Fix problem when building SMESH in --without-gui mode (revert previous commit, instead put all directory to the conditional, since it contains only GUI)
This commit is contained in:
parent
55532407fe
commit
0d78a54227
@ -19,18 +19,14 @@
|
||||
|
||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||
|
||||
UIPY_FILES = YamsPlugDialog.py ViewText.py
|
||||
|
||||
salomeplugins_PYTHON = \
|
||||
monYamsPlugDialog.py\
|
||||
monViewText.py\
|
||||
yamsplug_plugin.py
|
||||
|
||||
UIPY_FILES = YamsPlugDialog.py ViewText.py
|
||||
|
||||
if SMESH_ENABLE_GUI
|
||||
nodist_salomescript_SCRIPTS = $(UIPY_FILES)
|
||||
salomeplugins_PYTHON += $(UIPY_FILES)
|
||||
endif
|
||||
nodist_salomeplugins_PYTHON += $(UIPY_FILES)
|
||||
|
||||
CLEANFILES = $(UIPY_FILES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user