about summary refs log tree commit diff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 3bb1968..2f92336 100644
--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,7 @@ EVLOOP = ./evloop
 
 # includes and libs
 INCS = -I${MISC} -I${EVLOOP}
-LIBS = -lcrypto -lm
+LIBS = -lcrypto -lm -lpthread
 
 # flags
 CPPFLAGS = ${INCS} -DHAVE_CLOCK_MONOTONIC=1 -DEVLOOP_NONE