diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2010-04-19 19:15:27 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-04-19 19:15:27 +0200 |
commit | 014b0ea19762341e217d463308710c3662d50e9c (patch) | |
tree | ad4cf6beb6c3dfe3f5b0a0b207747646cf9fa835 /btreplay/Makefile | |
parent | a2b1f3550a0bd4ab9e351bd2881fab1f1340bf1e (diff) | |
parent | 6abaea7a340536c6afa5944e3fa63831729dfed3 (diff) | |
download | blktrace-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/Makefile | 2 |
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) |