aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1adcaa..5b2c973 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ UNITTESTS =
ALL_CFLAGS = -I"$(PD_INCLUDE)"
ALL_LDFLAGS =
SHARED_LDFLAGS =
-ALL_LIBS = -lspeex -lmp3lame
+ALL_LIBS = -lspeex -lmp3lame -lpthread
#------------------------------------------------------------------------------#