summaryrefslogtreecommitdiff
path: root/btreplay/Makefile
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2010-04-19 19:15:27 +0200
committerJens Axboe <jens.axboe@oracle.com>2010-04-19 19:15:27 +0200
commit014b0ea19762341e217d463308710c3662d50e9c (patch)
treead4cf6beb6c3dfe3f5b0a0b207747646cf9fa835 /btreplay/Makefile
parenta2b1f3550a0bd4ab9e351bd2881fab1f1340bf1e (diff)
parent6abaea7a340536c6afa5944e3fa63831729dfed3 (diff)
downloadblktrace-014b0ea19762341e217d463308710c3662d50e9c.tar.gz
blktrace-014b0ea19762341e217d463308710c3662d50e9c.tar.bz2
Merge branch 'master' of ssh://router.home.kernel.dk/data/git/blktrace
Diffstat (limited to 'btreplay/Makefile')
-rw-r--r--btreplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/btreplay/Makefile b/btreplay/Makefile
index d027afb..2998182 100644
--- a/btreplay/Makefile
+++ b/btreplay/Makefile
@@ -13,7 +13,7 @@ XCFLAGS = -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS)
PROGS = btrecord btreplay
-LIBS = -laio -lrt
+LIBS = -laio -lrt -lpthread
all: depend $(PROGS)