Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
[simgrid.git] / include / Makefile.am
index a889687..d520ab5 100644 (file)
@@ -12,6 +12,8 @@ nobase_include_HEADERS = \
        xbt/swag.h \
        xbt/config.h \
        xbt/cunit.h \
+       xbt/graphxml_parse.h \
+       xbt/graphxml.h \
        \
        msg/msg.h \
        msg/datatypes.h \
@@ -30,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