From: Yann Duplouy Date: Wed, 23 Oct 2019 09:04:36 +0000 (+0200) Subject: Adding xbt/random to the Manifest X-Git-Tag: v3.25~386^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/170bdfaa52a94494afe1bf9ca538e4464c891c2a Adding xbt/random to the Manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index 9f533c44b8..f0cf8355f7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2007,6 +2007,7 @@ include include/xbt/mallocator.h include include/xbt/misc.h include include/xbt/module.h include include/xbt/parmap.h +include include/xbt/random.hpp include include/xbt/range.hpp include include/xbt/replay.hpp include include/xbt/signal.hpp @@ -2588,6 +2589,7 @@ include src/xbt/mmalloc/mrealloc.c include src/xbt/mmalloc/swag.c include src/xbt/mmalloc/swag.h include src/xbt/parmap.cpp +include src/xbt/random.cpp include src/xbt/snprintf.c include src/xbt/string.cpp include src/xbt/unit-tests_main.cpp