]> AND Public Git Repository - simgrid.git/blobdiff - include/Makefile.am
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pluging mem leaks.
[simgrid.git] / include / Makefile.am
index d560ab377e4b5aa9c56294ac305732bba9b85f6c..d520ab5b12496ad93ea41153aa3fad0487f4e272 100644 (file)
@@ -7,13 +7,20 @@ 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/surfxml_parse.h \
+       surf/surfxml.h \
+       \
        gras/datadesc.h gras/transport.h \
        gras/virtu.h gras/emul.h gras/process.h \
        \
@@ -22,4 +29,10 @@ nobase_include_HEADERS = \
        amok/base.h \
        amok/bandwidth.h
 
+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