Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
metaxml example modifications
[simgrid.git] / src / Makefile.am
index afc5453..78f4659 100644 (file)
@@ -33,8 +33,6 @@ EXTRA_DIST= \
        xbt/graphxml.dtd \
         xbt/xbt_context_private.h \
         xbt/xbt_context_factory.h \
-        xbt/xbt_thread_context.h \
-        xbt/xbt_ucontext.h \
         xbt/xbt_jcontext.h \
        xbt/log_private.h \
        xbt/ex_interface.h \
@@ -56,6 +54,7 @@ EXTRA_DIST= \
        include/surf/trace_mgr.h \
        include/surf/surf.h \
        include/surf/surfxml_parse_private.h \
+       include/surf/random_mgr.h \
        \
        include/xbt/context.h \
        include/xbt/xbt_os_time.h \
@@ -167,6 +166,7 @@ SURF_SRC= \
   surf/fair_bottleneck.c                                                              \
   surf/lagrange.c                                                            \
   surf/trace_mgr.c                                                           \
+  surf/random_mgr.c                                                           \
   surf/surf.c                                                                \
   surf/surfxml_parse.c                                                       \
   surf/cpu.c   surf/network.c   surf/workstation.c                           \