X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2de95fd8b3b3b3edb7e11074295f1b90d6427b36..ed2b5490d6323626eff2efb0021d1deba7e2fd60:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 84ea0dbcd2..5f7f05fa4e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,16 +1,19 @@ -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/config.h \ \ - datadesc.h \ - data_description.h dd_type_bag.h \ + gras/datadesc.h gras/transport.h \ + gras/virtu.h gras/cond.h gras/process.h \ \ - socket.h messages.h \ + gras/messages.h \ \ - core.h + gras/modules/base.h \ + gras/modules/bandwidth.h +