Makefile
changeset 1952 ad89ff734571
parent 1951 e2411936f1ff
child 1955 793bb2e9f1d3
equal deleted inserted replaced
1951:e2411936f1ff 1952:ad89ff734571
   217 endif
   217 endif
   218 endif
   218 endif
   219 endif
   219 endif
   220 
   220 
   221 # remove the dependancy for sdl if DEDICALTED is used
   221 # remove the dependancy for sdl if DEDICALTED is used
       
   222 # and add -lpthread to LDFLAGS, because SDL normally adds that...
   222 ifdef DEDICATED
   223 ifdef DEDICATED
   223 WITH_SDL:=
   224 WITH_SDL:=
       
   225 LDFLAGS+=-lpthread
   224 endif
   226 endif
   225 
   227 
   226 
   228 
   227 ##############################################################################
   229 ##############################################################################
   228 #
   230 #