From 1c4a5db12f1146ceaf97de53164903e5f87436f6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 23 Feb 2016 20:37:28 +0100 Subject: [PATCH] Guess what. I broke make distcheck. --- tools/cmake/DefinePackages.cmake | 7 ------- tools/cmake/MakeExe.cmake | 1 - 2 files changed, 8 deletions(-) diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 589e7eea1b..b7251776b8 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -97,9 +97,6 @@ set(EXTRA_DIST src/xbt/ex_interface.h src/xbt/fifo_private.h src/xbt/graph_private.h - src/xbt/graphxml.c - src/xbt/graphxml.dtd - src/xbt/graphxml_parse.c src/xbt/heap_private.h src/xbt/log_private.h src/xbt/mallocator_private.h @@ -259,7 +256,6 @@ set(XBT_SRC src/xbt/ex.c src/xbt/fifo.c src/xbt/graph.c - src/xbt/graphxml_parse.c src/xbt/heap.c src/xbt/lib.c src/xbt/log.c @@ -691,8 +687,6 @@ set(headers_to_install include/xbt/file.h include/xbt/function_types.h include/xbt/graph.h - include/xbt/graphxml.h - include/xbt/graphxml_parse.h include/xbt/hash.h include/xbt/heap.h include/xbt/lib.h @@ -1113,7 +1107,6 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/surf/maxmin_bench/CMakeLists.txt teshsuite/surf/surf_usage/CMakeLists.txt teshsuite/surf/trace_usage/CMakeLists.txt - teshsuite/xbt/graphxml_usage/CMakeLists.txt teshsuite/xbt/heap_bench/CMakeLists.txt teshsuite/xbt/log_large/CMakeLists.txt teshsuite/xbt/log_usage/CMakeLists.txt diff --git a/tools/cmake/MakeExe.cmake b/tools/cmake/MakeExe.cmake index d426a86b32..24b10a0f48 100644 --- a/tools/cmake/MakeExe.cmake +++ b/tools/cmake/MakeExe.cmake @@ -163,7 +163,6 @@ add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/surf/maxmin_bench) add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/surf/surf_usage) add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/surf/trace_usage) -add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/graphxml_usage) add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/heap_bench) add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/log_large) add_subdirectory(${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/log_usage) -- 2.20.1