Explorar el Código

Enable building starpu_replay_sched.c

Samuel Thibault hace 8 años
padre
commit
5e144455ec
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)