Salome HOME
Fix compilation problems on Mandriva64 and Mandriva
[modules/smesh.git] / src / StdMeshers / Makefile.am
index 6fceffabf40e50d97ccde4083d73ef27fc2b3cbe..42cb6e927e20ab63086b9426511d7aa3b79dfba0 100644 (file)
@@ -58,6 +58,10 @@ salomeinclude_HEADERS = \
        StdMeshers_RadialPrism_3D.hxx  \
        StdMeshers_ProjectionUtils.hxx \
        StdMeshers_LayerDistribution.hxx \
+       StdMeshers_CompositeSegment_1D.hxx \
+       StdMeshers_FaceSide.hxx \
+       StdMeshers_SegmentAroundVertex_0D.hxx \
+       StdMeshers_SegmentLengthAroundVertex.hxx \
        SMESH_StdMeshers.hxx
 
 # Libraries targets
@@ -94,7 +98,12 @@ dist_libStdMeshers_la_SOURCES = \
        StdMeshers_Projection_3D.cxx \
        StdMeshers_RadialPrism_3D.cxx \
        StdMeshers_ProjectionUtils.cxx \
-       StdMeshers_LayerDistribution.cxx
+       StdMeshers_LayerDistribution.cxx \
+       StdMeshers_CompositeSegment_1D.cxx \
+       StdMeshers_FaceSide.cxx \
+       StdMeshers_SegmentAroundVertex_0D.cxx \
+       StdMeshers_SegmentLengthAroundVertex.cxx
+
 
 # additionnal information to compil and link file
 libStdMeshers_la_CPPFLAGS = \
@@ -106,7 +115,8 @@ libStdMeshers_la_CPPFLAGS = \
        -I$(srcdir)/../SMESH \
        -I$(srcdir)/../SMESHDS \
        -I$(srcdir)/../SMDS \
-       -I$(srcdir)/../Controls
+       -I$(srcdir)/../Controls \
+       @PLATFORM_INCLUDES@
 
 libStdMeshers_la_LDFLAGS  = \
        ../SMESH/libSMESHimpl.la \