Browse Source

Let starpu_replay.c starpu_replay_sched.c links generated all the time for make dist

Samuel Thibault 5 years ago
parent
commit
aabcbda71c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mpi/tools/Makefile.am

+ 3 - 3
mpi/tools/Makefile.am

@@ -28,12 +28,12 @@ AM_LDFLAGS = @STARPU_EXPORT_DYNAMIC@ $(STARPU_COI_LDFLAGS) $(STARPU_SCIF_LDFLAGS
 CC=$(CC_OR_MPICC)
 CCLD=$(CC_OR_MPICC)
 
-if STARPU_SIMGRID
-bin_PROGRAMS = starpu_replay_mpi
-
 starpu_replay.c starpu_replay_sched.c:
 	$(LN_S) $(top_srcdir)/tools/$(notdir $@) $@
 
+if STARPU_SIMGRID
+bin_PROGRAMS = starpu_replay_mpi
+
 starpu_replay_mpi_SOURCES = \
 	starpu_replay.c \
 	starpu_replay_sched.c