X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b33e9d03f09b1474cf98945d2f634fc7021c773..dff1fe523a13d17e7a195f55e827c9137ec6c476:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 2fdc13c312..484daf3db6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -14,6 +14,8 @@ nobase_include_HEADERS = \ surf/maxmin.h \ surf/trace_mgr.h \ surf/surf.h \ + surf/surf_parse.h \ + surf/surfxml.h \ \ msg/msg.h \ msg/datatypes.h \ @@ -27,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