Browse Source

starpu_replay_mpi needs its own built objects

Samuel Thibault 5 years ago
parent
commit
0d52517910
1 changed files with 5 additions and 2 deletions
  1. 5 2
      tools/replay-mpi/Makefile.am

+ 5 - 2
tools/replay-mpi/Makefile.am

@@ -35,6 +35,9 @@ endif
 
 bin_PROGRAMS = starpu_replay_mpi
 
+starpu_replay.c starpu_replay_sched.c:
+	$(LN_S) $(abs_srcdir)/../$(notdir $@) $@
+
 starpu_replay_mpi_SOURCES = \
-	../starpu_replay.c \
-	../starpu_replay_sched.c
+	starpu_replay.c \
+	starpu_replay_sched.c