Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implemented the MSG_task_get_source() function. (See ChangeLog)
[simgrid.git] / include / Makefile.am
index 39bcf47..0291635 100644 (file)
@@ -2,7 +2,8 @@ include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
        xbt/misc.h \
        xbt/sysdep.h \
-       xbt/log.h xbt/error.h \
+       xbt/asserts.h xbt/ex.h \
+       xbt/log.h \
        xbt/module.h \
        xbt/dynar.h xbt/dict.h xbt/set.h \
        xbt/heap.h \
@@ -13,6 +14,9 @@ nobase_include_HEADERS = \
        msg/msg.h \
        msg/datatypes.h \
        \
+       surf/surf_parse.h \
+       surf/surfxml.h \
+       \
        gras/datadesc.h gras/transport.h \
        gras/virtu.h gras/emul.h gras/process.h \
        \
@@ -21,4 +25,7 @@ nobase_include_HEADERS = \
        amok/base.h \
        amok/bandwidth.h
 
+surf/surfxml.h:
+       $(MAKE) -C ../src ../include/surf/surfxml.h
+
 include $(top_srcdir)/acmacro/dist-files.mk