diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-03-23 14:09:39 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 5f6be7883fb3adfe3fdb95c5d47dcd0b03e1950d (patch) | |
tree | 2606a0774c800a611ef163ffdbe3b0963384b767 /Makefile | |
parent | f79cc59b5896c99eb1e60f1c0ae1fb96cd4b7071 (diff) |
added -lpthread since a few objects need it, and MinGW doesn't find it otherwise
svn path=/trunk/externals/unauthorized/; revision=16093
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ UNITTESTS = ALL_CFLAGS = -I"$(PD_INCLUDE)" ALL_LDFLAGS = SHARED_LDFLAGS = -ALL_LIBS = -lspeex -lmp3lame +ALL_LIBS = -lspeex -lmp3lame -lpthread #------------------------------------------------------------------------------# |