X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8997e63383c66e43ffde29d356fdddb65d65d81..1d95145df4657e19b9a02db53de4c9f758a0c6f5:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 10a5d604b7..cc808afb2d 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -81,7 +81,7 @@ set(EXTRA_DIST src/surf/PropertyHolder.hpp src/surf/virtual_machine.hpp src/surf/host_clm03.hpp - src/surf/HostImplem.hpp + src/surf/HostImpl.hpp src/surf/ptask_L07.hpp src/xbt/automaton/automaton_lexer.yy.c src/xbt/automaton/parserPromela.lex @@ -298,8 +298,6 @@ set(NS3_SRC ) set(SURF_SRC - src/surf/callbacks.h - src/surf/callbacks.cpp src/surf/cpu_cas01.cpp src/surf/cpu_interface.cpp src/surf/cpu_ti.cpp @@ -339,7 +337,7 @@ set(SURF_SRC src/surf/vm_hl13.cpp src/surf/virtual_machine.cpp src/surf/host_clm03.cpp - src/surf/HostImplem.cpp + src/surf/HostImpl.cpp src/surf/ptask_L07.cpp src/xbt/xbt_sg_stubs.c ) @@ -584,7 +582,6 @@ set(MC_SRC src/mc/mc_unw.h src/mc/mc_unw.cpp src/mc/mc_unw_vmread.cpp - src/mc/mc_mmalloc.h src/mc/mc_object_info.h src/mc/mc_checkpoint.cpp src/mc/mc_snapshot.h @@ -704,6 +701,7 @@ set(headers_to_install include/xbt/swag.h include/xbt/synchro_core.h include/xbt/sysdep.h + include/xbt/system_error.hpp include/xbt/virtu.h include/xbt/xbt_os_thread.h include/xbt/xbt_os_time.h