X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56136bb036c18df44cadd46cf5bd861c5bedcf0f..111463df0d9a94d78e136d3d81ff828ea96a2cac:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index cc48d3eea9..3f2bc94161 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -139,10 +139,11 @@ XBT_SRC=\ xbt/graphxml_parse.c XBT_RL_SRC = \ - xbt/xbt_rl_synchro.c - + xbt/xbt_rl_synchro.c \ + xbt/xbt_rl_time.c XBT_SG_SRC = \ - xbt/xbt_sg_synchro.c + xbt/xbt_sg_synchro.c \ + xbt/xbt_sg_time.c SURF_SRC= \ surf/maxmin.c \