Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix 'make dist', stupid me
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 26 Mar 2014 17:03:47 +0000 (18:03 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 26 Mar 2014 17:03:47 +0000 (18:03 +0100)
buildtools/Cmake/DefinePackages.cmake
teshsuite/bug-17132/CMakeLists.txt

index 478b767..013c8fc 100644 (file)
@@ -981,6 +981,7 @@ set(TESHSUITE_CMAKEFILES_TXT
   teshsuite/msg/CMakeLists.txt
   teshsuite/msg/storage/CMakeLists.txt
   teshsuite/msg/trace/CMakeLists.txt
   teshsuite/msg/CMakeLists.txt
   teshsuite/msg/storage/CMakeLists.txt
   teshsuite/msg/trace/CMakeLists.txt
+  teshsuite/bug-17132/CMakeLists.txt
   teshsuite/simdag/CMakeLists.txt
   teshsuite/simdag/availability/CMakeLists.txt
   teshsuite/simdag/network/CMakeLists.txt
   teshsuite/simdag/CMakeLists.txt
   teshsuite/simdag/availability/CMakeLists.txt
   teshsuite/simdag/network/CMakeLists.txt
index e4c86f6..d2d8163 100644 (file)
@@ -31,6 +31,7 @@ if(enable_smpi)
   set(txt_files
     ${txt_files}
     ${CMAKE_CURRENT_SOURCE_DIR}/hostfile.txt
   set(txt_files
     ${txt_files}
     ${CMAKE_CURRENT_SOURCE_DIR}/hostfile.txt
+    ${CMAKE_CURRENT_SOURCE_DIR}/README
     PARENT_SCOPE)
     
 endif(enable_smpi)
     PARENT_SCOPE)
     
 endif(enable_smpi)