Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add xbt/host.h
[simgrid.git] / include / Makefile.am
index a889687..01fc618 100644 (file)
@@ -10,8 +10,11 @@ nobase_include_HEADERS = \
        xbt/graph.h \
        xbt/fifo.h \
        xbt/swag.h \
+       xbt/host.h \
        xbt/config.h \
        xbt/cunit.h \
+       xbt/graphxml_parse.h \
+       xbt/graphxml.h \
        \
        msg/msg.h \
        msg/datatypes.h \
@@ -30,4 +33,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