X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH_I%2FMakefile.am;h=982b6c33b5740a25c5e52dc71b7bf00bf2388240;hb=bc01f35b8893568ad3b806ff81005864135106c2;hp=2f748f7da54ee59b964aba2b309a37ce182a0ad2;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/Makefile.am b/src/SMESH_I/Makefile.am index 2f748f7da..982b6c33b 100644 --- a/src/SMESH_I/Makefile.am +++ b/src/SMESH_I/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2013 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 @@ -48,12 +48,9 @@ salomeinclude_HEADERS = \ SMESH_NoteBook.hxx \ SMESH_Measurements_i.hxx \ SMESH_PreMeshInfo.hxx \ + SMESH_MeshPartDS.hxx \ SMESH.hxx -# Scripts to be installed. -dist_salomescript_DATA= \ - smeshpy.py - # Libraries targets lib_LTLIBRARIES = libSMESHEngine.la @@ -108,7 +105,8 @@ libSMESHEngine_la_CPPFLAGS = \ -I$(srcdir)/../DriverCGNS \ -I$(srcdir)/../SMESH \ -I$(srcdir)/../SMESHUtils \ - -I$(top_builddir)/idl + -I$(top_builddir)/idl \ + -I$(top_builddir) libSMESHEngine_la_LDFLAGS = \ ../../idl/libSalomeIDLSMESH.la \