X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverDAT%2FMakefile.am;h=232551eb34eef1f14ff3e533c101be981f04d809;hb=c889773a15495b7c12da2367c88ba5687a73e06f;hp=a893bdc00a17a8cace55d0a157b29aa38d8356f4;hpb=2c607013a23bd4e7ba07e72e0c04dee2c1209cff;p=modules%2Fsmesh.git diff --git a/src/DriverDAT/Makefile.am b/src/DriverDAT/Makefile.am index a893bdc00..232551eb3 100644 --- a/src/DriverDAT/Makefile.am +++ b/src/DriverDAT/Makefile.am @@ -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 @@ -29,11 +29,7 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am # header files salomeinclude_HEADERS = \ DriverDAT_R_SMDS_Mesh.h \ - DriverDAT_R_SMESHDS_Mesh.h \ - DriverDAT_R_SMESHDS_Document.h \ DriverDAT_W_SMDS_Mesh.h \ - DriverDAT_W_SMESHDS_Mesh.h \ - DriverDAT_W_SMESHDS_Document.h \ SMESH_DriverDAT.hxx # Libraries targets @@ -41,11 +37,7 @@ lib_LTLIBRARIES = libMeshDriverDAT.la dist_libMeshDriverDAT_la_SOURCES = \ DriverDAT_R_SMDS_Mesh.cxx \ - DriverDAT_R_SMESHDS_Mesh.cxx \ - DriverDAT_R_SMESHDS_Document.cxx \ - DriverDAT_W_SMDS_Mesh.cxx \ - DriverDAT_W_SMESHDS_Mesh.cxx \ - DriverDAT_W_SMESHDS_Document.cxx + DriverDAT_W_SMDS_Mesh.cxx # Executables targets bin_PROGRAMS = DAT_Test @@ -60,6 +52,7 @@ libMeshDriverDAT_la_CPPFLAGS = \ $(BOOST_CPPFLAGS) \ -I$(srcdir)/../Driver \ -I$(srcdir)/../SMDS \ + -I$(srcdir)/../SMESHUtils \ -I$(srcdir)/../SMESHDS libMeshDriverDAT_la_LDFLAGS = \