X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e3c08c3805d02cb1d8b60144d17f162b9847f9d..2f02d5fdd1af4cc2f9eaf3c6456c822616c1cb15:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 0291635c92..01fc6182e0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,14 +7,19 @@ 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/host.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 +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