Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make a proper gras/ directory in the include one, and stop fooling with recursive...
[simgrid.git] / include / Makefile.am
1 SUBDIRS=modules
2 include_HEADERS = gras.h
3 nobase_include_HEADERS = \
4         gras/log.h gras/error.h \
5         gras/module.h \
6         gras/dynar.h gras/dict.h gras/set.h \
7         gras/config.h \
8         \
9         gras/datadesc.h gras/transport.h \
10         gras/virtu.h gras/cond.h gras/process.h \
11         \
12         gras/messages.h \
13         \
14         gras/core.h
15