X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5954bfcc43aa8893ed37743ec1bfda517089d018..8e0eddd3c81823f2b174947afa8fab0f3aeb9980:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 0aabfe1037..1e26194424 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/virtu.h \ xbt/str.h \ xbt/function_types.h \ xbt/asserts.h xbt/ex.h \ @@ -20,12 +21,18 @@ 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 \ \ simdag/simdag.h \ simdag/datatypes.h \ \ + smpi/smpi.h \ + \ surf/surfxml_parse.h \ surf/surfxml.h \ \