Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the matrices to the XBT
[simgrid.git] / src / Makefile.am
index 3a23010..c3fe26c 100644 (file)
@@ -120,6 +120,7 @@ COMMON_SRC=\
   xbt/swag.c                                                                 \
   xbt/graph.c                                                                \
   xbt/set.c                                                                  \
+  xbt/xbt_matrix.c                                                           \
   xbt/xbt_host.c                                                             \
   xbt/module.c                                                               \
   xbt/config.c                                                               \
@@ -177,7 +178,8 @@ SG_SRC=  \
 
 AMOK_SRC= \
   amok/base.c \
-  amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c 
+  amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
+  amok/HostManagement/hostmanagement.c
 
 ###
 ### Testing infrastructure