Salome HOME
Merge from V5_1_4_BR 07/05/2010
[modules/geom.git] / src / OperationGUI / Makefile.am
index fe874c13d7727bf240fb1eb3ceabc7e3cadf8888..9177920c7268bdcc3cd67b780ae25effae6aa27d 100644 (file)
@@ -1,7 +1,4 @@
-#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
-#
-#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#  Copyright (C) 2007-2010  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
@@ -19,6 +16,7 @@
 #
 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+
 # GEOM OPERATIONGUI : 
 # File    : Makefile.am
 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
@@ -32,7 +30,7 @@ salomeinclude_HEADERS =                               \
        OperationGUI_ArchimedeDlg.h             \
        OperationGUI_PartitionDlg.h             \
        OperationGUI_FilletDlg.h                \
-       OperationGUI_Fillet2dDlg.h              \
+       OperationGUI_Fillet1d2dDlg.h            \
        OperationGUI_ChamferDlg.h               \
        OperationGUI_GetShapesOnShapeDlg.h      \
        OperationGUI_ClippingDlg.h
@@ -46,7 +44,7 @@ dist_libOperationGUI_la_SOURCES =             \
        OperationGUI_PartitionDlg.cxx           \
        OperationGUI_GetShapesOnShapeDlg.cxx    \
        OperationGUI_FilletDlg.cxx              \
-       OperationGUI_Fillet2dDlg.cxx            \
+       OperationGUI_Fillet1d2dDlg.cxx          \
        OperationGUI_ChamferDlg.cxx             \
        OperationGUI_ClippingDlg.cxx
 
@@ -55,7 +53,7 @@ MOC_FILES =                                   \
        OperationGUI_PartitionDlg_moc.cxx       \
        OperationGUI_GetShapesOnShapeDlg_moc.cxx\
        OperationGUI_FilletDlg_moc.cxx          \
-       OperationGUI_Fillet2dDlg_moc.cxx        \
+       OperationGUI_Fillet1d2dDlg_moc.cxx      \
        OperationGUI_ChamferDlg_moc.cxx         \
        OperationGUI_ClippingDlg_moc.cxx