X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc2b94d892a06fa78b8bc872a47130211d99f6c4..f873a419ff7d53f08e076924cb65ed987681f1eb:/src/Makefile.am?ds=sidebyside diff --git a/src/Makefile.am b/src/Makefile.am index afc5453fdd..78f465906f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,8 +33,6 @@ EXTRA_DIST= \ xbt/graphxml.dtd \ xbt/xbt_context_private.h \ xbt/xbt_context_factory.h \ - xbt/xbt_thread_context.h \ - xbt/xbt_ucontext.h \ xbt/xbt_jcontext.h \ xbt/log_private.h \ xbt/ex_interface.h \ @@ -56,6 +54,7 @@ EXTRA_DIST= \ include/surf/trace_mgr.h \ include/surf/surf.h \ include/surf/surfxml_parse_private.h \ + include/surf/random_mgr.h \ \ include/xbt/context.h \ include/xbt/xbt_os_time.h \ @@ -167,6 +166,7 @@ SURF_SRC= \ surf/fair_bottleneck.c \ surf/lagrange.c \ surf/trace_mgr.c \ + surf/random_mgr.c \ surf/surf.c \ surf/surfxml_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \