Salome HOME
21680: EDF 2288 SMESH: creation of 0D elements from other elements
[modules/smesh.git] / src / Tools / Makefile.am
index 92083da94305bd73dcd461ab1da1304c8ea3d124..5deaa3ff5668e326c8cfa3b42053390e02b98858 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-SUBDIRS = MeshCut
+SUBDIRS = MeshCut padder
 
-DIST_SUBDIRS =         MeshCut
+if SMESH_ENABLE_GUI
+  SUBDIRS += YamsPlug
+endif
+
+salomeplugins_PYTHON = \
+       smesh_plugins.py
+
+DIST_SUBDIRS = MeshCut padder YamsPlug