aboutsummaryrefslogtreecommitdiff
path: root/btreplay/Makefile
diff options
context:
space:
mode:
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)