X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935..94b6ec133d337565a8741d9d5a8a9cb0b8687778:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index d560ab377e..d520ab5b12 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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