From 4e3671ec20faeb52d2d2eac40c0ab34ab3562395 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 11 Jan 2013 11:45:46 +0100 Subject: [PATCH] fix the make dist target by not including some files that were killed in the archive --- examples/msg/mc/CMakeLists.txt | 1 - examples/smpi/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) 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 ) -- 2.20.1