Salome HOME
Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersect...
[modules/geom.git] / src / OBJECT / Makefile.am
index 52c23f398c050a7ab42aa9e033386ced76a6b6f9..b987337bdefc4c3f131e667302e463ef5715dabe 100644 (file)
@@ -42,7 +42,9 @@ salomeinclude_HEADERS =                               \
        GEOM_OBJECT_defs.hxx                    \
        GEOM_OCCReader.h                        \
        GEOM_SmartPtr.h                         \
-       GEOM_DeviceActor.h
+       GEOM_PainterPolyDataMapper.h            \
+       GEOM_DeviceActor.h                      \
+       GEOM_Constants.h
 
 # Libraries targets
 lib_LTLIBRARIES = libGEOMObject.la
@@ -55,6 +57,7 @@ dist_libGEOMObject_la_SOURCES =               \
        GEOM_AISTrihedron.cxx           \
        GEOM_VTKTrihedron.cxx           \
        GEOM_AISVector.cxx              \
+       GEOM_PainterPolyDataMapper.cxx  \
        GEOM_DeviceActor.cxx