Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move typedefs of pointer to function to their own file so that I find them when I...
[simgrid.git] / include / Makefile.am
index 01fc618..fa61c27 100644 (file)
@@ -2,6 +2,7 @@ include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
        xbt/misc.h \
        xbt/sysdep.h \
+       xbt/function_types.h \
        xbt/asserts.h xbt/ex.h \
        xbt/log.h \
        xbt/module.h \
@@ -10,6 +11,7 @@ nobase_include_HEADERS = \
        xbt/graph.h \
        xbt/fifo.h \
        xbt/swag.h \
+       xbt/matrix.h \
        xbt/host.h \
        xbt/config.h \
        xbt/cunit.h \