Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill gras_assertN when NDEBUG is defined
[simgrid.git] / include / Makefile.am
index 8f2d145..06231bb 100644 (file)
@@ -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
+