X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cafbbc77e555fba053d59f93effa6777d931f750..d13e000f56cfa4abba1c733cdc695a422b8ea39e:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index dc47831888..db18ac0d23 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,13 +1,21 @@ -SUBDIRS=modules -EXTRA_DIST= \ - gras.h \ - log.h error.h \ - module.h \ - dynar.h dict.h set.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 transport.h virtu.h cond.h process.h \ + surf/maxmin.h \ \ - messages.h \ + gras/datadesc.h gras/transport.h \ + gras/virtu.h gras/cond.h gras/process.h \ \ - core.h + gras/messages.h \ + \ + gras/modules/base.h \ + gras/modules/bandwidth.h +