Don't like btrecord against libaio and librt, as it doesn't use any of their symbols
[blktrace.git] / Makefile
index edc6ca9b90193c3304925a6fd532b73b8a92078e..c78cf6b74148e396d239c7b9003bfe6db89d5497 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ PROGS   = blkparse blktrace verify_blkparse blkrawverify
 LIBS   = -lpthread
 SCRIPTS        = btrace
 
-ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay
+ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
+      btt/bno_plot.py
 
 all: $(ALL)