X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72e371d8aa02403f32f9b9f715d6b8b6864c864c..c3be7dc6fa5ad6632e6f638ed704340cb86ae2aa:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 01fc6182e0..12e39aea8f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,6 +2,7 @@ include_HEADERS = gras.h xbt.h nobase_include_HEADERS = \ xbt/misc.h \ xbt/sysdep.h \ + xbt/function_types.h \ xbt/asserts.h xbt/ex.h \ xbt/log.h \ xbt/module.h \ @@ -10,6 +11,7 @@ nobase_include_HEADERS = \ xbt/graph.h \ xbt/fifo.h \ xbt/swag.h \ + xbt/matrix.h \ xbt/host.h \ xbt/config.h \ xbt/cunit.h \ @@ -19,6 +21,9 @@ nobase_include_HEADERS = \ msg/msg.h \ msg/datatypes.h \ \ + simdag/simdag.h \ + simdag/datatypes.h \ + \ surf/surfxml_parse.h \ surf/surfxml.h \ \ @@ -28,6 +33,7 @@ nobase_include_HEADERS = \ gras/messages.h gras/timer.h \ \ amok/base.h \ + amok/hostmanagement.h \ amok/bandwidth.h surf/surfxml.h: