Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make distcheck
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Apr 2023 00:42:18 +0000 (02:42 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Apr 2023 00:42:18 +0000 (02:42 +0200)
tools/cmake/DefinePackages.cmake

index 8492f25..01e6e54 100644 (file)
@@ -777,6 +777,7 @@ endif()
 if(SIMGRID_HAVE_STATEFUL_MC)
   set(simgrid_sources  ${simgrid_sources}  ${MC_SRC_STATEFUL})
 endif()
+set(EXTRA_DIST ${EXTRA_DIST} ${MC_SRC_STATELESS} ${MC_SRC_STATEFUL})
 
 if(SIMGRID_HAVE_NS3)
   set(headers_to_install ${headers_to_install} include/simgrid/plugins/ns3.hpp)