Link the shared library against pthread
commitf7620acdac624642f286d3c37bad6f85bcf97f87
authorAlberto Bertogli <albertito@blitiri.com.ar>
Wed, 18 Mar 2009 04:36:26 +0000 (18 01:36 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Wed, 18 Mar 2009 04:36:26 +0000 (18 01:36 -0300)
treefca0eaed24010458aba0f6debac060273977245e
parent583b8987398374738a620a0bffe5cbf94def26f4
Link the shared library against pthread

Otherwise, we're forcing the user to link against it even if it doesn't
use it, which seems misleading.

Thanks to Chris Riddoch for the bug report.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Makefile