mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
Fix problem when building SMESH in --without-gui mode
This commit is contained in:
parent
aa3edf49ef
commit
00649fb99d
@ -21,16 +21,15 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
|||||||
|
|
||||||
|
|
||||||
salomeplugins_PYTHON = \
|
salomeplugins_PYTHON = \
|
||||||
YamsPlugDialog.py\
|
|
||||||
monYamsPlugDialog.py\
|
monYamsPlugDialog.py\
|
||||||
ViewText.py\
|
monViewText.py\
|
||||||
monViewText.py\
|
|
||||||
yamsplug_plugin.py
|
yamsplug_plugin.py
|
||||||
|
|
||||||
UIPY_FILES = YamsPlugDialog.py ViewText.py
|
UIPY_FILES = YamsPlugDialog.py ViewText.py
|
||||||
|
|
||||||
if SMESH_ENABLE_GUI
|
if SMESH_ENABLE_GUI
|
||||||
nodist_salomescript_SCRIPTS = $(UIPY_FILES)
|
nodist_salomescript_SCRIPTS = $(UIPY_FILES)
|
||||||
|
salomeplugins_PYTHON += $(UIPY_FILES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES = $(UIPY_FILES)
|
CLEANFILES = $(UIPY_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user