Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mm.c to fragile sources
authornavarro <navarro@caraja.(none)>
Thu, 19 Jan 2012 09:28:11 +0000 (10:28 +0100)
committernavarro <navarro@caraja.(none)>
Thu, 19 Jan 2012 09:28:11 +0000 (10:28 +0100)
buildtools/Cmake/Supernovae.cmake

index 4e7c2f9..7da1bff 100644 (file)
@@ -8,11 +8,13 @@ set(simgrid_fragile_sources
        src/surf/surfxml_parse.c
        src/xbt/graphxml_parse.c
        src/simdag/sd_daxloader.c
+       src/xbt/mmalloc/mm.c
        ${GTNETS_USED}
 )
 set(gras_fragile_sources
        src/gras/DataDesc/ddt_parse.yy.c
        src/xbt/graphxml_parse.c
+    src/xbt/mmalloc/mm.c
 )
 
 #####################################################