diff -r e2411936f1ff -r ad89ff734571 Makefile --- a/Makefile Sat Jun 18 10:02:47 2005 +0000 +++ b/Makefile Sat Jun 18 15:08:35 2005 +0000 @@ -219,8 +219,10 @@ endif # remove the dependancy for sdl if DEDICALTED is used +# and add -lpthread to LDFLAGS, because SDL normally adds that... ifdef DEDICATED WITH_SDL:= +LDFLAGS+=-lpthread endif