Browse Source

Enable building starpu_replay_sched.c

Samuel Thibault 7 years ago
parent
commit
5e144455ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/Makefile.am

+ 2 - 2
tools/Makefile.am

@@ -251,8 +251,8 @@ bin_PROGRAMS += 			\
 	starpu_replay
 
 starpu_replay_SOURCES = \
-	starpu_replay.c
-#	starpu_replay_sched.c
+	starpu_replay.c \
+	starpu_replay_sched.c
 endif
 
 starpu_perfmodel_plot_CPPFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS) $(FXT_CFLAGS)