Skip to content
Snippets Groups Projects
Commit d08c2d76 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Add the new files to the tarballs make target.

parent f7f2916b
No related branches found
No related tags found
1 merge request!755Star Formation History logger
...@@ -51,6 +51,7 @@ include_HEADERS = space.h runner.h queue.h task.h lock.h cell.h part.h const.h \ ...@@ -51,6 +51,7 @@ include_HEADERS = space.h runner.h queue.h task.h lock.h cell.h part.h const.h \
mesh_gravity.h cbrt.h exp10.h velociraptor_interface.h swift_velociraptor_part.h outputlist.h \ mesh_gravity.h cbrt.h exp10.h velociraptor_interface.h swift_velociraptor_part.h outputlist.h \
logger_io.h tracers_io.h tracers.h tracers_struct.h star_formation_io.h \ logger_io.h tracers_io.h tracers.h tracers_struct.h star_formation_io.h \
star_formation_struct.h star_formation.h star_formation_iact.h \ star_formation_struct.h star_formation.h star_formation_iact.h \
star_formation_logger.h star_formation_logger_struct.h \
velociraptor_struct.h velociraptor_io.h random.h memuse.h black_holes.h black_holes_io.h velociraptor_struct.h velociraptor_io.h random.h memuse.h black_holes.h black_holes_io.h
# source files for EAGLE cooling # source files for EAGLE cooling
...@@ -149,7 +150,10 @@ nobase_noinst_HEADERS = align.h approx_math.h atomic.h barrier.h cycle.h error.h ...@@ -149,7 +150,10 @@ nobase_noinst_HEADERS = align.h approx_math.h atomic.h barrier.h cycle.h error.h
star_formation/EAGLE/star_formation_io.h star_formation/EAGLE/star_formation_iact.h \ star_formation/EAGLE/star_formation_io.h star_formation/EAGLE/star_formation_iact.h \
star_formation/GEAR/star_formation.h star_formation/GEAR/star_formation_struct.h \ star_formation/GEAR/star_formation.h star_formation/GEAR/star_formation_struct.h \
star_formation/GEAR/star_formation_io.h star_formation/GEAR/star_formation_iact.h \ star_formation/GEAR/star_formation_io.h star_formation/GEAR/star_formation_iact.h \
cooling/none/cooling.h cooling/none/cooling_struct.h \ star_formation/EAGLE/star_formation_logger.h star_formation/EAGLE/star_formation_logger_struct.h \
star_formation/GEAR/star_formation_logger.h star_formation/GEAR/star_formation_logger_struct.h \
star_formation/none/star_formation_logger.h star_formation/none/star_formation_logger_struct.h \
cooling/none/cooling.h cooling/none/cooling_struct.h \
cooling/none/cooling_io.h \ cooling/none/cooling_io.h \
cooling/Compton/cooling.h cooling/Compton/cooling_struct.h \ cooling/Compton/cooling.h cooling/Compton/cooling_struct.h \
cooling/Compton/cooling_io.h \ cooling/Compton/cooling_io.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment