Salome HOME
Fix problem with 'Glue all coincident edges' option
[modules/geom.git] / src / MeasureGUI / Makefile.am
index e555d2d2f0ea57119ec07de7dd664287f94da3c2..766128d86b82afad7041aeb4f9355c6d6c37ccd0 100644 (file)
@@ -1,27 +1,26 @@
-#  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2011  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
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
 #
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 
 # GEOM MEASUREGUI : 
 # File    : Makefile.am
 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
 # Package : MeasureGUI
-#
+
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # header files 
@@ -40,6 +39,7 @@ salomeinclude_HEADERS =                               \
        MeasureGUI_WhatisDlg.h                  \
        MeasureGUI_CheckShapeDlg.h              \
        MeasureGUI_CheckCompoundOfBlocksDlg.h   \
+       MeasureGUI_CheckSelfIntersectionsDlg.h  \
        MeasureGUI_PointDlg.h
 
 # Libraries targets
@@ -59,7 +59,8 @@ dist_libMeasureGUI_la_SOURCES =                       \
        MeasureGUI_MaxToleranceDlg.cxx          \
        MeasureGUI_WhatisDlg.cxx                \
        MeasureGUI_CheckShapeDlg.cxx            \
-       MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
+       MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
+       MeasureGUI_CheckSelfIntersectionsDlg.cxx \
        MeasureGUI_PointDlg.cxx
 
 MOC_FILES =                                            \
@@ -76,6 +77,7 @@ MOC_FILES =                                           \
        MeasureGUI_WhatisDlg_moc.cxx                    \
        MeasureGUI_CheckShapeDlg_moc.cxx                \
        MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx     \
+       MeasureGUI_CheckSelfIntersectionsDlg_moc.cxx    \
        MeasureGUI_PointDlg_moc.cxx
 
 nodist_libMeasureGUI_la_SOURCES =                      \