X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FMakefile.am;h=9a04613b394b6663d8e378c79d02e9ac699d8ffd;hp=bd233661a84bf813d3273bb3500d0078a16541eb;hb=f31477795020e2cfc50d5b625579285c644a6a96;hpb=d5dd2d9628316c2e68eb646be7ff7276f75b363d diff --git a/src/OBJECT/Makefile.am b/src/OBJECT/Makefile.am index bd233661a..9a04613b3 100644 --- a/src/OBJECT/Makefile.am +++ b/src/OBJECT/Makefile.am @@ -34,8 +34,8 @@ salomeinclude_HEADERS = \ SMESH_ActorUtils.h \ SMESH_ActorDef.h \ SMESH_DeviceActor.h \ + SMESH_PreviewActorsCollection.h \ SMESH_ExtractGeometry.h \ - SMESH_ActorUtils.h \ SMESH_FaceOrientationFilter.h # Libraries targets @@ -45,11 +45,13 @@ dist_libSMESHObject_la_SOURCES = \ SMESH_Object.cxx \ SMESH_DeviceActor.cxx \ SMESH_Actor.cxx \ + SMESH_PreviewActorsCollection.cxx \ SMESH_ExtractGeometry.cxx \ SMESH_ActorUtils.cxx \ SMESH_FaceOrientationFilter.cxx libSMESHObject_la_CPPFLAGS = \ + $(QT_INCLUDES) \ $(KERNEL_CXXFLAGS) \ $(GUI_CXXFLAGS) \ $(MED_CXXFLAGS) \ @@ -67,13 +69,13 @@ libSMESHObject_la_CPPFLAGS = \ -I$(srcdir)/../DriverMED \ -I$(srcdir)/../SMESH \ -I$(srcdir)/../SMESHClient \ - -I$(top_builddir)/idl \ - -I$(top_builddir)/salome_adm/unix + -I$(top_builddir)/idl libSMESHObject_la_LDFLAGS = \ ../SMESHClient/libSMESHClient.la \ ../SMDS/libSMDS.la \ ../Controls/libSMESHControls.la \ $(GUI_LDFLAGS) -lSalomeApp -lSalomeObject -lSVTK -lVTKViewer -lqtx -lsuit \ + $(GEOM_LDFLAGS) -lGEOMObject \ $(CAS_KERNEL) \ $(VTK_LIBS) $(QT_MT_LIBS)