Salome HOME
RNC: EDF 1618 Modified sketcher to allow creation of arcs of circle with the destinat...
[modules/geom.git] / src / GEOMToolsGUI / Makefile.am
index d07577bf264ec515ff210b04ad7804872bf5cfa9..8f3ffbbd492cb6fddb8b02518c6ddd97ac0d8bf0 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
 #
+
 # File    : Makefile.am
 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
 # Package : GEOMToolsGUI
@@ -33,21 +31,26 @@ salomeinclude_HEADERS =                             \
        GEOMToolsGUI.h                          \
        GEOM_ToolsGUI.hxx                       \
        GEOMToolsGUI_NbIsosDlg.h                \
+       GEOMToolsGUI_DeflectionDlg.h            \
        GEOMToolsGUI_TransparencyDlg.h          \
        GEOMToolsGUI_DeleteDlg.h                \
-       GEOMToolsGUI_NbIsosDlg.h
+       GEOMToolsGUI_MarkerDlg.h
 
 dist_libGEOMToolsGUI_la_SOURCES =              \
        GEOMToolsGUI.cxx                        \
        GEOMToolsGUI_1.cxx                      \
        GEOMToolsGUI_TransparencyDlg.cxx        \
        GEOMToolsGUI_NbIsosDlg.cxx              \
-       GEOMToolsGUI_DeleteDlg.cxx
+       GEOMToolsGUI_DeflectionDlg.cxx          \
+       GEOMToolsGUI_DeleteDlg.cxx              \
+       GEOMToolsGUI_MarkerDlg.cxx
 
 MOC_FILES =                                    \
        GEOMToolsGUI_TransparencyDlg_moc.cxx    \
        GEOMToolsGUI_NbIsosDlg_moc.cxx          \
-       GEOMToolsGUI_DeleteDlg_moc.cxx
+       GEOMToolsGUI_DeflectionDlg_moc.cxx      \
+       GEOMToolsGUI_DeleteDlg_moc.cxx          \
+       GEOMToolsGUI_MarkerDlg_moc.cxx
 
 nodist_libGEOMToolsGUI_la_SOURCES =            \
        $(MOC_FILES)
@@ -69,8 +72,7 @@ libGEOMToolsGUI_la_CPPFLAGS =         \
        -I$(srcdir)/../GEOMGUI          \
        -I$(srcdir)/../GEOMClient       \
        -I$(srcdir)/../GEOMImpl         \
-       -I$(top_builddir)/idl           \
-       -I$(top_builddir)/salome_adm/unix
+       -I$(top_builddir)/idl
 
 libGEOMToolsGUI_la_LDFLAGS  =          \
        ../GEOMBase/libGEOMBase.la      \