Makefile: Installing genfio at install time
authorErwan Velu <erwan@enovance.com>
Tue, 30 Jul 2013 09:47:16 +0000 (11:47 +0200)
committerErwan Velu <erwan@enovance.com>
Tue, 30 Jul 2013 12:07:07 +0000 (14:07 +0200)
genfio wasn't installed at all during 'make install'.

Makefile

index c8849f6dd855d1d7c9f8a372d8dd65e29124fd39..8075eb2f9ea3ad078ec62357ef1be41a2a40fed8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OPTFLAGS= -O3 -g -ffast-math
 CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS)
 LIBS   += -lm $(EXTLIBS)
 PROGS  = fio
-SCRIPTS = fio_generate_plots tools/plot/fio2gnuplot.py
+SCRIPTS = fio_generate_plots tools/plot/fio2gnuplot.py tools/genfio
 
 ifdef CONFIG_GFIO
   PROGS += gfio