X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebd3066b86ef358bce0557c175febcd8ed6fdefc..1e32d1f72606b96bb1abd9af359f1590528ec843:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index d8057439d7..44c241a917 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,14 +1,15 @@ SUBDIRS=modules -EXTRA_DIST= \ - gras.h \ - log.h error.h \ - module.h \ - dynar.h dict.h set.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.h transport.h virtu.h cond.h process.h \ + gras/datadesc.h gras/transport.h \ + gras/virtu.h gras/cond.h gras/process.h \ \ - messages.h \ + gras/messages.h \ \ - core.h -DISTCLEANFILES = gras + gras/core.h +