X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2de95fd8b3b3b3edb7e11074295f1b90d6427b36..509304ee1435b62cd49eb9071995fab468f68f58:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 84ea0dbcd2..ab8858fc34 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,16 +1,24 @@ -SUBDIRS=modules -EXTRA_DIST= \ - gras.h \ - log.h \ - error.h \ - module.h \ - dynar.h \ - dict.h \ - config.h \ +include_HEADERS = gras.h xbt.h +nobase_include_HEADERS = \ + xbt/misc.h \ + xbt/sysdep.h \ + xbt/log.h xbt/error.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 \ \ - datadesc.h \ - data_description.h dd_type_bag.h \ + surf/maxmin.h \ + surf/trace_mgr.h \ \ - socket.h messages.h \ + gras/core.h \ + gras/datadesc.h gras/transport.h \ + gras/virtu.h gras/cond.h gras/process.h \ \ - core.h + gras/messages.h \ + \ + amok/base.h \ + amok/bandwidth.h +