X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0182c7ea76feb1bfaefc546e584286608b14a6a..423d998b546e97c9b535e6e703768fb6a7ebb2fc:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 6b2079deb0..30575e9cec 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,18 +2,22 @@ include_HEADERS = gras.h xbt.h nobase_include_HEADERS = \ xbt/misc.h \ xbt/sysdep.h \ - xbt/log.h xbt/error.h \ + xbt/asserts.h xbt/ex.h \ + xbt/log.h \ xbt/module.h \ xbt/dynar.h xbt/dict.h xbt/set.h \ xbt/heap.h \ xbt/fifo.h \ xbt/swag.h \ xbt/config.h \ + xbt/testsuite.h \ \ msg/msg.h \ msg/datatypes.h \ \ - gras/core.h \ + surf/surf_parse.h \ + surf/surfxml.h \ + \ gras/datadesc.h gras/transport.h \ gras/virtu.h gras/emul.h gras/process.h \ \ @@ -22,4 +26,7 @@ nobase_include_HEADERS = \ amok/base.h \ amok/bandwidth.h +surf/surfxml.h: + $(MAKE) -C ../src ../include/surf/surfxml.h + include $(top_srcdir)/acmacro/dist-files.mk