From: navarro Date: Thu, 19 Jan 2012 09:28:11 +0000 (+0100) Subject: Add mm.c to fragile sources X-Git-Tag: exp_20120216~125^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/15859bfb80dd913822847aa2551817663cd87307?ds=inline Add mm.c to fragile sources --- diff --git a/buildtools/Cmake/Supernovae.cmake b/buildtools/Cmake/Supernovae.cmake index 4e7c2f9a0c..7da1bffcdd 100644 --- a/buildtools/Cmake/Supernovae.cmake +++ b/buildtools/Cmake/Supernovae.cmake @@ -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 ) #####################################################