From: Arnaud Giersch Date: Sat, 28 Sep 2013 20:17:01 +0000 (+0200) Subject: Those file need to be listed for "make distcheck" to succeed. X-Git-Tag: v3_9_90~65 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0efc72423650f62dce0cda13a09967c1c33c5ebe?hp=-c Those file need to be listed for "make distcheck" to succeed. --- 0efc72423650f62dce0cda13a09967c1c33c5ebe diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 301ccb087c..18e7e44e27 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -904,6 +904,7 @@ set(EXAMPLES_CMAKEFILES_TXT set(TESHSUITE_CMAKEFILES_TXT teshsuite/CMakeLists.txt teshsuite/msg/CMakeLists.txt + teshsuite/msg/storage/CMakeLists.txt teshsuite/msg/trace/CMakeLists.txt teshsuite/simdag/CMakeLists.txt teshsuite/simdag/availability/CMakeLists.txt diff --git a/teshsuite/msg/storage/CMakeLists.txt b/teshsuite/msg/storage/CMakeLists.txt index 5e143104b8..8f2c3fc13b 100644 --- a/teshsuite/msg/storage/CMakeLists.txt +++ b/teshsuite/msg/storage/CMakeLists.txt @@ -33,5 +33,8 @@ set(bin_files ) set(txt_files ${txt_files} + ${CMAKE_CURRENT_SOURCE_DIR}/storage_content_c.txt + ${CMAKE_CURRENT_SOURCE_DIR}/storage_content_s1.txt + ${CMAKE_CURRENT_SOURCE_DIR}/storage_content_s2.txt PARENT_SCOPE )