Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
making some field names more explicit (e.g. void * -> sim_data_task_t) even though...
[simgrid.git] / include / Makefile.am
index f901040..2fdc13c 100644 (file)
@@ -9,14 +9,21 @@ nobase_include_HEADERS = \
        xbt/fifo.h \
        xbt/swag.h \
        xbt/config.h \
+       xbt/context.h \
        \
        surf/maxmin.h \
+       surf/trace_mgr.h \
+       surf/surf.h \
        \
+       msg/msg.h \
+       msg/datatypes.h \
+       \
+       gras/core.h \
        gras/datadesc.h gras/transport.h \
        gras/virtu.h gras/cond.h gras/process.h \
        \
        gras/messages.h \
        \
-       gras/modules/base.h \
-       gras/modules/bandwidth.h
+       amok/base.h \
+       amok/bandwidth.h