X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b33e9d03f09b1474cf98945d2f634fc7021c773..f2c5f054447d4e6062e9960f91bc9524edb59866:/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