Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the introduction of RPC into GRAS, and the relevant API change
[simgrid.git] / include / Makefile.am
index 0291635..d520ab5 100644 (file)
@@ -7,14 +7,18 @@ nobase_include_HEADERS = \
        xbt/module.h \
        xbt/dynar.h xbt/dict.h xbt/set.h \
        xbt/heap.h \
+       xbt/graph.h \
        xbt/fifo.h \
        xbt/swag.h \
        xbt/config.h \
+       xbt/cunit.h \
+       xbt/graphxml_parse.h \
+       xbt/graphxml.h \
        \
        msg/msg.h \
        msg/datatypes.h \
        \
-       surf/surf_parse.h \
+       surf/surfxml_parse.h \
        surf/surfxml.h \
        \
        gras/datadesc.h gras/transport.h \
@@ -28,4 +32,7 @@ nobase_include_HEADERS = \
 surf/surfxml.h:
        $(MAKE) -C ../src ../include/surf/surfxml.h
 
+xbt/graphxml.h:
+       $(MAKE) -C ../src ../include/xbt/graphxml.h
+
 include $(top_srcdir)/acmacro/dist-files.mk