Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added xbt_os_time and xbt_os_sleep. Execute in the real and simulate systems.
[simgrid.git] / src / Makefile.am
index c740bba..3f2bc94 100644 (file)
@@ -128,7 +128,7 @@ XBT_SRC=\
   xbt/set.c                                                                  \
   xbt/xbt_matrix.c                                                           \
   \
-  xbt/queue.c                                                                \
+  xbt/xbt_queue.c                                                            \
   \
   xbt/xbt_peer.c                                                             \
   \
@@ -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                                                              \