X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28b7f1f95510fe2efa30fc2fb4b4d27826da931e..92bb2be06658bec5abe69a30642ed469e47708fd:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 66af137434..484daf3db6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,10 +9,16 @@ nobase_include_HEADERS = \ xbt/fifo.h \ xbt/swag.h \ xbt/config.h \ + xbt/context.h \ \ surf/maxmin.h \ surf/trace_mgr.h \ surf/surf.h \ + surf/surf_parse.h \ + surf/surfxml.h \ + \ + msg/msg.h \ + msg/datatypes.h \ \ gras/core.h \ gras/datadesc.h gras/transport.h \ @@ -23,3 +29,5 @@ nobase_include_HEADERS = \ amok/base.h \ amok/bandwidth.h +surf/surfxml.h: ../src/surf/surfxml.dtd + cd surf; flexml -H -L ../../src/surf/surfxml.dtd