]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OperationGUI/Makefile.am
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / OperationGUI / Makefile.am
index e5f3a27d8a3c6e64f53c1287f13a95120f944aca..3dc6da126598431292e0b54e0ab10475d60c420e 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
@@ -32,6 +32,7 @@ salomeinclude_HEADERS =                               \
        OperationGUI_ChamferDlg.h               \
        OperationGUI_GetShapesOnShapeDlg.h      \
        OperationGUI_GetSharedShapesDlg.h       \
+       OperationGUI_ExtrudedFeatureDlg.h       \
        OperationGUI_ClippingDlg.h
 
 # Libraries targets
@@ -46,6 +47,7 @@ dist_libOperationGUI_la_SOURCES =             \
        OperationGUI_FilletDlg.cxx              \
        OperationGUI_Fillet1d2dDlg.cxx          \
        OperationGUI_ChamferDlg.cxx             \
+       OperationGUI_ExtrudedFeatureDlg.cxx     \
        OperationGUI_ClippingDlg.cxx
 
 MOC_FILES =                                    \
@@ -56,6 +58,7 @@ MOC_FILES =                                   \
        OperationGUI_FilletDlg_moc.cxx          \
        OperationGUI_Fillet1d2dDlg_moc.cxx      \
        OperationGUI_ChamferDlg_moc.cxx         \
+       OperationGUI_ExtrudedFeatureDlg_moc.cxx \
        OperationGUI_ClippingDlg_moc.cxx
 
 nodist_libOperationGUI_la_SOURCES =            \
@@ -81,6 +84,7 @@ libOperationGUI_la_CPPFLAGS =         \
        -I$(srcdir)/../GEOMClient       \
        -I$(srcdir)/../GEOMImpl         \
        -I$(srcdir)/../GEOMAlgo         \
+       -I$(srcdir)/../GEOM             \
        -I$(top_builddir)/src/DlgRef    \
        -I$(top_builddir)/idl