[PATCH] btt: seek additions
[blktrace.git] / btt / Makefile
index 31f63a67a420a3f3cc40bdf3838c6b6b81c5e1b7..86d70f060aaf58795f8cfe5d960336842ec2a066 100644 (file)
@@ -8,7 +8,7 @@ PROGS   = btt
 #PLIBS = -lpthread
 LIBS   = $(PLIBS) $(ELIBS)
 OBJS   = bt_timeline.o args.o output.o proc.o trace.o misc.o devs.o \
-         traverse.o iofree.o devmap.o cylist.o
+         traverse.o iofree.o devmap.o cylist.o seek.o
 
 all: depend $(PROGS)