Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kick AC_FUNC_MALLOC since the rpl_malloc segfault on AIX. There is something I don...
[simgrid.git] / include / Makefile.am
index 8f2d145..7572a09 100644 (file)
@@ -1,16 +1,18 @@
-SUBDIRS=modules
-EXTRA_DIST=    \
-       gras.h \
-       log.h  \
-       error.h \
-       module.h \
-       dynar.h \
-       dict.h \
-       config.h \
+include_HEADERS = gras.h gros.h
+nobase_include_HEADERS = \
+       gros/sysdep.h \
+       gros/log.h gros/error.h \
+       gros/module.h \
+       gros/dynar.h gros/dict.h gros/set.h \
+       gros/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
+