Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add xbt/host module to the lib
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 May 2006 08:58:15 +0000 (08:58 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 May 2006 08:58:15 +0000 (08:58 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2215 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.am

index 75c22a6..3a23010 100644 (file)
@@ -120,10 +120,11 @@ COMMON_SRC=\
   xbt/swag.c                                                                 \
   xbt/graph.c                                                                \
   xbt/set.c                                                                  \
+  xbt/xbt_host.c                                                             \
   xbt/module.c                                                               \
   xbt/config.c                                                               \
   xbt/cunit.c                                                                \
-  xbt/graphxml_parse.c                                                          \
+  xbt/graphxml_parse.c                                                       \
   \
   gras/gras.c \
   \
@@ -176,7 +177,7 @@ SG_SRC=  \
 
 AMOK_SRC= \
   amok/base.c \
-  amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c
+  amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c 
 
 ###
 ### Testing infrastructure