From: Martin Quinson Date: Fri, 11 Jan 2013 10:45:46 +0000 (+0100) Subject: fix the make dist target by not including some files that were killed in the archive X-Git-Tag: v3_9_rc1~86^2~24 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4e3671ec20faeb52d2d2eac40c0ab34ab3562395 fix the make dist target by not including some files that were killed in the archive --- diff --git a/examples/msg/mc/CMakeLists.txt b/examples/msg/mc/CMakeLists.txt index 9a246b799c..2e18bb037a 100644 --- a/examples/msg/mc/CMakeLists.txt +++ b/examples/msg/mc/CMakeLists.txt @@ -39,7 +39,6 @@ endif() set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/bugged1.tesh - ${CMAKE_CURRENT_SOURCE_DIR}/bugged2.tesh ${CMAKE_CURRENT_SOURCE_DIR}/centralized.tesh PARENT_SCOPE ) diff --git a/examples/smpi/CMakeLists.txt b/examples/smpi/CMakeLists.txt index 4f8d6218d8..7d74d89cde 100644 --- a/examples/smpi/CMakeLists.txt +++ b/examples/smpi/CMakeLists.txt @@ -62,7 +62,6 @@ set(txt_files ${CMAKE_CURRENT_SOURCE_DIR}/replay/actions_bcast.txt ${CMAKE_CURRENT_SOURCE_DIR}/replay/actions0.txt ${CMAKE_CURRENT_SOURCE_DIR}/replay/actions1.txt - ${CMAKE_CURRENT_SOURCE_DIR}/replay/one_trace ${CMAKE_CURRENT_SOURCE_DIR}/replay/split_traces PARENT_SCOPE )