Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add xbt/host module to the lib
[simgrid.git] / src / Makefile.am
index 1f8eb6c..3a23010 100644 (file)
@@ -26,6 +26,7 @@ EXTRA_DIST= \
        xbt/graphxml.c \
        xbt/graphxml.dtd \
         xbt/context_private.h xbt/context_win32.h xbt/context_win32.c\
+       xbt/ex_interface.h \
         \
        surf/maxmin_private.h \
        surf/trace_mgr_private.h \
@@ -119,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 \
   \
@@ -175,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