X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30f179b097b3523c46f00a5336047a8a007eaa70..f3fc6c73cf5f642a8da73602badc99f40923fc2d:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 62226e92dc..01fc6182e0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,13 +10,16 @@ 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 \ \ - surf/surf_parse.h \ + surf/surfxml_parse.h \ surf/surfxml.h \ \ gras/datadesc.h gras/transport.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