Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the trace library and fixed a few source of potential bugs in heap.
[simgrid.git] / src / Makefile.am
index 319f380..7e681b1 100644 (file)
@@ -21,6 +21,9 @@ EXTRA_DIST= \
         xbt/heap_private.h \
         xbt/fifo_private.h \
         \
+       surf/maxmin_private.h \
+       surf/trace_mgr_private.h \
+       \
        gras/Transport/transport_interface.h \
        gras/Virtu/virtu_interface.h \
        gras/Virtu/virtu_rl.h \
@@ -84,10 +87,13 @@ COMMON_S=\
   xbt/dict.c        xbt/dict_elm.c               xbt/dict_cursor.c           \
   xbt/heap.c                                                                    \
   xbt/fifo.c                                                                    \
+  xbt/swag.c                                                                   \
   xbt/set.c                                                                    \
   xbt/module.c                                                                 \
   xbt/config.c                                                                 \
   \
+  surf/maxmin.c                                                                \
+  surf/trace_mgr.c                                                             \
   \
   gras/Transport/transport.c          gras/Transport/transport_private.h   gras/Transport/transport_plugin_buf.c  \
   \