Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename testsuite to cunit (more sexy name); integrate it properly into SimGrid; use...
[simgrid.git] / include / Makefile.am
index d560ab3..30575e9 100644 (file)
@@ -10,10 +10,14 @@ nobase_include_HEADERS = \
        xbt/fifo.h \
        xbt/swag.h \
        xbt/config.h \
+       xbt/testsuite.h \
        \
        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 \
        \
@@ -22,4 +26,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