X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a34c60af48746935a7495f736dcaa2e3e9c45a4..981999f4f8431a115718b4bb55a8877539b9d89d:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 4cc2eb29c8..d560ab377e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,7 +2,8 @@ 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 \ @@ -13,11 +14,12 @@ nobase_include_HEADERS = \ msg/msg.h \ msg/datatypes.h \ \ - gras/core.h \ gras/datadesc.h gras/transport.h \ - gras/virtu.h gras/cond.h gras/process.h \ + gras/virtu.h gras/emul.h gras/process.h \ \ - gras/messages.h gras/timer.h\ + gras/messages.h gras/timer.h \ \ amok/base.h \ amok/bandwidth.h + +include $(top_srcdir)/acmacro/dist-files.mk