mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 03:00:34 +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
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
|
UIPY_FILES = YamsPlugDialog.py ViewText.py
|
||||||
|
|
||||||
salomeplugins_PYTHON = \
|
salomeplugins_PYTHON = \
|
||||||
monYamsPlugDialog.py\
|
monYamsPlugDialog.py\
|
||||||
monViewText.py\
|
monViewText.py\
|
||||||
yamsplug_plugin.py
|
yamsplug_plugin.py
|
||||||
|
|
||||||
UIPY_FILES = YamsPlugDialog.py ViewText.py
|
nodist_salomeplugins_PYTHON += $(UIPY_FILES)
|
||||||
|
|
||||||
if SMESH_ENABLE_GUI
|
|
||||||
nodist_salomescript_SCRIPTS = $(UIPY_FILES)
|
|
||||||
salomeplugins_PYTHON += $(UIPY_FILES)
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES = $(UIPY_FILES)
|
CLEANFILES = $(UIPY_FILES)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user