aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-03-23 14:09:39 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit5f6be7883fb3adfe3fdb95c5d47dcd0b03e1950d (patch)
tree2606a0774c800a611ef163ffdbe3b0963384b767
parentf79cc59b5896c99eb1e60f1c0ae1fb96cd4b7071 (diff)
added -lpthread since a few objects need it, and MinGW doesn't find it otherwise
svn path=/trunk/externals/unauthorized/; revision=16093
-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
#------------------------------------------------------------------------------#