Salome HOME
PR: reorganise smesh plugins and correct MeshCut when there are groups
[modules/smesh.git] / src / Tools / MeshCut / Makefile.am
index e191e4e01037d260c0643bc5bef2ff394517f7f4..496b3e11a803bd02202f98069ffc256e2adb0cbf 100644 (file)
@@ -42,12 +42,12 @@ MeshCut_CPPFLAGS =  $(MED3_INCLUDES)
 
 MeshCut_LDFLAGS =  $(MED3_LIBS) $(HDF5_LIBS)
 
-
+salomeplugins_PYTHON = \
+       meshcut_plugin.py
 
 UIPY_FILES =  MeshCutDialog.py
 
 if SMESH_ENABLE_GUI
-  dist_salomescript_SCRIPTS   = meshcut_plugin.py
   nodist_salomescript_SCRIPTS = $(UIPY_FILES)
 endif