From 5f6be7883fb3adfe3fdb95c5d47dcd0b03e1950d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 23 Mar 2012 14:09:39 +0000 Subject: added -lpthread since a few objects need it, and MinGW doesn't find it otherwise svn path=/trunk/externals/unauthorized/; revision=16093 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #------------------------------------------------------------------------------# -- cgit v1.2.1