Makefile
changeset 1952 ad89ff734571
parent 1951 e2411936f1ff
child 1955 793bb2e9f1d3
--- 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