Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce a new 'trace' log verbosity, used for GRAS_IN/GRAS_OUT macros
[simgrid.git] / include / Makefile.am
index dc47831..06231bb 100644 (file)
@@ -1,13 +1,17 @@
-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
+       gras/core.h\
+       \
+       gras/modules/base.h \
+       gras/modules/bandwidth.h
+