diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6abaf5a542e58568d5575bc80eb054fe85d01d30..f451113c5ef3b466d74c905ac614b18f4a18b9a6 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -61,3 +61,12 @@ swift_fixdt_mpi_SOURCES = main.c
 swift_fixdt_mpi_CFLAGS = $(MYFLAGS) $(AM_CFLAGS) $(MPI_FLAGS) -DENGINE_POLICY="engine_policy_fixdt | engine_policy_keep $(ENGINE_POLICY_SETAFFINITY)"
 swift_fixdt_mpi_LDADD =  ../src/.libs/libswiftsim_mpi.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(MPI_LIBS)
 
+# Scripts to generate ICs
+EXTRA_DIST = UniformBox/makeIC.py \
+             PerturbedBox/makeIC.py \
+	     SedovBlast/makeIC.py SedovBlast/makeIC_fcc.py SedovBlast/solution.py \
+	     SodShock/makeIC.py SodShock/solution.py SodShock/glass_001.hdf5 SodShock/glass_002.hdf5 SodShock/rhox.py \
+	     CosmoVolume/getIC.sh \
+	     BigCosmoVolume/makeIC.py \
+	     BigPerturbedBox/makeIC_fcc.py \
+             GreshoVortex/makeIC.py GreshoVortex/solution.py
diff --git a/examples/PertubedBox/makeIC.py b/examples/PerturbedBox/makeIC.py
similarity index 100%
rename from examples/PertubedBox/makeIC.py
rename to examples/PerturbedBox/makeIC.py