Browse Source

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

Nathalie Furmento 14 years ago
parent
commit
e009156e28
1 changed files with 0 additions and 3 deletions
  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