X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75ffa801579aeb214b8d95290b76c96a605a2422..f90c4488596762dac250c55e3055244e59097ddb:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 8f2d145393..06231bb5d8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,16 +1,17 @@ -SUBDIRS=modules -EXTRA_DIST= \ - gras.h \ - log.h \ - error.h \ - module.h \ - dynar.h \ - dict.h \ - config.h \ +include_HEADERS = gras.h +nobase_include_HEADERS = \ + gras/log.h gras/error.h \ + gras/module.h \ + gras/dynar.h gras/dict.h gras/set.h \ + gras/config.h \ \ - datadesc_simple.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/core.h\ + \ + gras/modules/base.h \ + gras/modules/bandwidth.h +