]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/Makefile.am
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / OBJECT / Makefile.am
index 52c23f398c050a7ab42aa9e033386ced76a6b6f9..d777e8dd15b2140975e37e11876e8785099d4f08 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
@@ -38,11 +38,14 @@ salomeinclude_HEADERS =                             \
        Handle_GEOM_InteractiveObject.hxx       \
        GEOM_AISTrihedron.hxx                   \
        GEOM_VTKTrihedron.hxx                   \
+       GEOM_VTKPropertyMaterial.hxx            \
        GEOM_AISVector.hxx                      \
        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
@@ -54,7 +57,9 @@ dist_libGEOMObject_la_SOURCES =               \
        GEOM_InteractiveObject.cxx      \
        GEOM_AISTrihedron.cxx           \
        GEOM_VTKTrihedron.cxx           \
+       GEOM_VTKPropertyMaterial.cxx    \
        GEOM_AISVector.cxx              \
+       GEOM_PainterPolyDataMapper.cxx  \
        GEOM_DeviceActor.cxx
 
 
@@ -75,8 +80,8 @@ libGEOMObject_la_LDFLAGS  =                   \
        $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKV3d -lTKMesh -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKService \
        $(VTK_LIBS) \
        $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
-       $(GUI_LDFLAGS) -lsuit -lqtx -lVTKViewer -lSVTK -lSalomeObject
-#      $(CORBA_LIBS) \
+       $(GUI_LDFLAGS) -lsuit -lqtx -lVTKViewer -lSVTK -lSalomeObject -lSalomeApp\
+       $(CORBA_LIBS)
 #      $(STDLIB) \
 #      $(PYTHON_LIBS) \
 #      $(OGL_LIBS)