浏览代码

Tools: fix rules for building fxt tools. There is no need to have specific rules, the global ones can be used

Nathalie Furmento 14 年之前
父节点
当前提交
e009156e28
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      tools/Makefile.am

+ 0 - 3
tools/Makefile.am

@@ -31,15 +31,12 @@ bin_PROGRAMS += starpu_calibrate_bus
 starpu_calibrate_bus_SOURCES = starpu_calibrate_bus.c
 
 if STARPU_USE_FXT
-# TODO: prefix with starpu_
 bin_PROGRAMS += starpu_fxt_tool starpu_fxt_stats
 
 starpu_fxt_tool_SOURCES = starpu_fxt_tool.c
-starpu_fxt_tool_CFLAGS = -I$(top_srcdir)/src/
 starpu_fxt_tool_LDADD =
 
 starpu_fxt_stats_SOURCES = starpu_fxt_stats.c
-starpu_fxt_stats_CFLAGS = -I$(top_srcdir)/src/
 endif
 
 bin_PROGRAMS +=	starpu_perfmodel_display