X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5fbc3c2bb1c06106e5fea0e032868219cea9d50..0c5058e854366019f429316340bff257dd01cbb4:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 9b3d845c3e..0256a4b5aa 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,8 +4,9 @@ # You can redistribute and/or modify it under the terms of the # GNU LGPL (v2.1) licence. +EXTRA_DIST=simgrid_config.h.in -include_HEADERS = gras.h xbt.h +include_HEADERS = gras.h xbt.h simgrid_config.h nobase_include_HEADERS = \ xbt/misc.h \ xbt/sysdep.h \ @@ -29,7 +30,7 @@ nobase_include_HEADERS = \ xbt/graphxml.h \ \ xbt/time.h \ - xbt/synchro.h \ + xbt/synchro.h xbt/synchro_core.h\ xbt/queue.h \ \ msg/msg.h \ @@ -39,6 +40,7 @@ nobase_include_HEADERS = \ simdag/datatypes.h \ \ smpi/smpi.h \ + smpi/mpi.h \ \ surf/surfxml_parse.h \ surf/simgrid_dtd.h \