From: Martin Quinson Date: Wed, 22 Jul 2015 12:04:07 +0000 (+0200) Subject: Missing files in the archive X-Git-Tag: v3_13~1690^2~25 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b2b3b2e2cf5e0d24dfbef99f52fc71c5fd90bf6b?hp=ea601cfeaa3d8a419f515e0ad2aafb5faaaa5ce1 Missing files in the archive --- diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 67fd24c3f8..48e5ec551c 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -1066,6 +1066,7 @@ set(EXAMPLES_CMAKEFILES_TXT examples/msg/suspend/CMakeLists.txt examples/msg/token_ring/CMakeLists.txt examples/msg/tracing/CMakeLists.txt + examples/s4u/CMakeLists.txt examples/s4u/dumb/CMakeLists.txt examples/scala/CMakeLists.txt examples/scala/master_slave_bypass/CMakeLists.txt diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 340572e5fa..ea6707cdb4 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -207,6 +207,7 @@ set(source_to_pack ${MC_SRC} ${MC_SIMGRID_MC_SRC} ${MSG_SRC} + ${S4U_SRC} ${NS3_SRC} ${RNGSTREAM_SRC} ${SIMDAG_SRC}