X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04d7360141aee3e07eac2ea6a0748df09ab6cdc5..46e16e97ca3fad65c089cc6bc04cd48415ac31e6:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index bce9800cca..23c6aa9f07 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,10 @@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + include_HEADERS = gras.h xbt.h nobase_include_HEADERS = \ xbt/misc.h \ @@ -21,7 +28,9 @@ nobase_include_HEADERS = \ xbt/graphxml_parse.h \ xbt/graphxml.h \ \ + xbt/time.h \ xbt/synchro.h \ + xbt/queue.h \ \ msg/msg.h \ msg/datatypes.h \ @@ -29,6 +38,8 @@ nobase_include_HEADERS = \ simdag/simdag.h \ simdag/datatypes.h \ \ + smpi/smpi.h \ + \ surf/surfxml_parse.h \ surf/surfxml.h \ \